class ActionDispatch::Journey::Nodes::Node

def to_s

def to_s
  Visitors::String::INSTANCE.accept(self, "")
end