class ActionDispatch::Journey::Visitors::String

def terminal(node, seed)

def terminal(node, seed)
  seed + node.left
end