class BeautifulUrl::App
Public Class Methods
[](i = '')
click to toggle source
new( commandline_arguments = nil, run_already = true )
click to toggle source
Public Instance Methods
commandline_arguments?()
click to toggle source
html_title(this_title = 'Translate URLs')
click to toggle source
reset()
click to toggle source
#¶ ↑
reset (reset tag)¶ ↑
#¶ ↑
Calls superclass method
# File lib/beautiful_url/www/app.rb, line 51 def reset super() # ======================================================================= # # === @automatically_redirect_when_the_input_has_been_found # # If the next variable is set to true then we will automatically # redirect the visitor. # ======================================================================= # @automatically_redirect_when_the_input_has_been_found = false end
return_proper_link_for(i)
click to toggle source
run()
click to toggle source