Class: Raki::Idem
- Inherits:
-
Middleware
- Object
- Middleware
- Raki::Idem
- Defined in:
- lib/raki/idem.rb
Instance Attribute Summary
Attributes inherited from Middleware
Instance Method Summary collapse
Methods inherited from Middleware
Constructor Details
This class inherits a constructor from Raki::Middleware
Instance Method Details
#call(env) ⇒ Object
6 7 8 |
# File 'lib/raki/idem.rb', line 6 def call(env) env end |