class ActionDispatch::Journey::Visitors::Visitor

def visit(node)

def visit(node)
  send(DISPATCH_CACHE[node.type], node)
end