class ActionDispatch::Journey::Nodes::Node

def to_dot

def to_dot
  Visitors::Dot::INSTANCE.accept(self)
end