Method: ActionDispatch::Routing::Mapper::Scope#each
- Defined in:
- lib/action_dispatch/routing/mapper.rb
#each ⇒ Object
2366 2367 2368 2369 2370 2371 2372 |
# File 'lib/action_dispatch/routing/mapper.rb', line 2366 def each node = self until node.equal? ROOT yield node node = node.parent end end |