Method: Hanami::Slice::Routing::Middleware::Stack#empty?
- Defined in:
- lib/hanami/slice/routing/middleware/stack.rb
#empty? ⇒ Boolean
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.
141 142 143 |
# File 'lib/hanami/slice/routing/middleware/stack.rb', line 141 def empty? @stack.empty? end |