class ActionDispatch::Journey::Path::Pattern

def regexp_visitor

def regexp_visitor
  @anchored ? AnchoredRegexp : UnanchoredRegexp
end