class ActionDispatch::Journey::Path::Pattern::AnchoredRegexp

def visit_STAR(node)

def visit_STAR(node)
  re = @matchers[node.left.to_sym]
  re ? "(#{re})" : "(.+)"
end