class ActionDispatch::Routing::Redirect

def initialize(status, block)

def initialize(status, block)
  @status = status
  @block  = block
end