class Browser::Middleware::Context

def redirect_to(path)

def redirect_to(path)
  throw :redirected, path.to_s
end