Object
# File lib/rack/adapter/rails.rb, line 83 83: def call(env) 84: request = Request.new(env) 85: response = Response.new 86: session_options = ActionController::CgiRequest::DEFAULT_SESSION_OPTIONS 87: cgi = CGIWrapper.new(request, response) 88: 89: Dispatcher.dispatch(cgi, session_options, response) 90: 91: response.finish 92: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.