class Rack::Utils::Context

def context(env, app = @app)

def context(env, app = @app)
  recontext(app).call(env)
end