Method: Hanami::Slice::Routing::Middleware::Stack#update
- Defined in:
- lib/hanami/slice/routing/middleware/stack.rb
permalink #update(other) ⇒ 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.
111 112 113 114 115 116 |
# File 'lib/hanami/slice/routing/middleware/stack.rb', line 111 def update(other) other.stack.each do |path_prefix, items| stack[path_prefix].concat(items) end self end |