class Redirect
Attributes
to_url[R]
Public Class Methods
new(url)
click to toggle source
# File lib/rack-rscript.rb, line 23 def initialize(url) @to_url = url end
# File lib/rack-rscript.rb, line 23 def initialize(url) @to_url = url end