Class: Lotus::Routing::Default::NullAction Private
- Inherits:
-
Object
- Object
- Lotus::Routing::Default::NullAction
- Includes:
- Action
- Defined in:
- lib/lotus/routing/default.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
- #call(env) ⇒ Object private
Instance Method Details
#call(env) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
15 16 |
# File 'lib/lotus/routing/default.rb', line 15 def call(env) end |