class ActionDispatch::Journey::Nodes::Node

def each(&block)

def each(&block)
  Visitors::Each::INSTANCE.accept(self, block)
end