Method: Rack::Recursive#initialize
- Defined in:
- lib/rack/recursive.rb
#initialize(app) ⇒ Recursive
Returns a new instance of Recursive.
33 34 35 |
# File 'lib/rack/recursive.rb', line 33 def initialize(app) @app = app end |
Returns a new instance of Recursive.
33 34 35 |
# File 'lib/rack/recursive.rb', line 33 def initialize(app) @app = app end |