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