Object
Context allows the use of a compatible middleware at different points in a request handling stack. A compatible middleware must define # which should take the arguments env and app. The first of which would be the request environment. The second of which would be the rack application that the request would be forwarded to.
# File lib/rack/utils.rb, line 277 277: def call(env) 278: @for.context(env, @app) 279: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.