# File lib/rack/utils.rb, line 285 285: def context(env, app=@app) 286: recontext(app).call(env) 287: end