Method: Hanami::Slice::Routing::Middleware::Stack#each
- Defined in:
- lib/hanami/slice/routing/middleware/stack.rb
#each(&blk) ⇒ 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.
147 148 149 |
# File 'lib/hanami/slice/routing/middleware/stack.rb', line 147 def each(&blk) @stack.each(&blk) end |