class ActionDispatch::Journey::Visitors::Visitor

def nary(node)

def nary(node)
  node.children.each { |c| visit(c) }
end