class Crack::Handler::Block
- Crack::Handler::Block
- Crack::Handler::Base
- Reference
- Object
Overview
This handler is a wrapper around a block. This is used to allow a route to be configured with only a block but still provides the call_next method so this block can be chained in the callstack.
Defined in:
crack/block.crConstructors
Class Method Summary
Instance Method Summary
-
#call(context)
Execution of this handler.