Class: Hyper::Static
- Inherits:
-
Object
- Object
- Hyper::Static
- Defined in:
- lib/hyper/static.rb
Class Method Summary collapse
Instance Method Summary collapse
- #call(env) ⇒ Object
-
#initialize(app) ⇒ Static
constructor
A new instance of Static.
Constructor Details
Class Method Details
Instance Method Details
#call(env) ⇒ Object
20 21 22 |
# File 'lib/hyper/static.rb', line 20 def call(env) @app.call(env) end |