instance method
call
Ruby on Rails 2.3.18
Since v2.3.18 Last seen in v4.2.9Signature
call(env)
No documentation comment.
Parameters
-
envreq
Source
# File railties/lib/rails/rack/debugger.rb, line 18
def call(env)
@app.call(env)
end
Defined in railties/lib/rails/rack/debugger.rb line 18
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Rack::Debugger