class Stella::ForcedRedirect

Attributes

location[RW]

Public Class Methods

new(l) click to toggle source
# File lib/stella.rb, line 77
def initialize(l)
  @location = l
end