class ActionDispatch::Routing::OptionRedirect

def inspect

def inspect
  "redirect(#{status}, #{options.map{ |k,v| "#{k}: #{v}" }.join(', ')})"
end