Class: Rack::App::Router::Tree::Leaf::Mounted

Inherits:
Object
  • Object
show all
Defined in:
lib/rack/app/router/tree/leaf/mounted.rb

Direct Known Subclasses

Application

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