# File lib/action_controller/metal/rack_delegation.rb, line 11
11: def dispatch(action, request, response = ActionDispatch::Response.new)
12: @_response ||= response
13: @_response.request ||= request
14: super(action, request)
15: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.