# File lib/rack/utils.rb, line 280 280: def context(env, app=@app) 281: recontext(app).call(env) 282: end