Class: Rack::App::Router::Tree::Leaf::Mounted
- Inherits:
-
Object
- Object
- Rack::App::Router::Tree::Leaf::Mounted
- Defined in:
- lib/rack/app/router/tree/leaf/mounted.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#call(env) ⇒ Object
6 7 8 |
# File 'lib/rack/app/router/tree/leaf/mounted.rb', line 6 def call(env) @app.call(env) end |