Class: Airfoil::Middleware::Base
- Inherits:
-
Object
- Object
- Airfoil::Middleware::Base
- Defined in:
- lib/airfoil/middleware/base.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(app) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(app) ⇒ Base
Returns a new instance of Base.
4 5 6 |
# File 'lib/airfoil/middleware/base.rb', line 4 def initialize(app) @app = app end |