method
each
v5.0.0.1 -
Show latest stable
- Class:
ActionDispatch::Journey::Nodes::Node
each(&block)public
No documentation available.
# File actionpack/lib/action_dispatch/journey/nodes/node.rb, line 16
def each(&block)
Visitors::Each::INSTANCE.accept(self, block)
end