class ActionDispatch::Journey::Path::Pattern::UnanchoredRegexp

:nodoc:

def accept(node)

:nodoc:
def accept(node)
  %r{\A#{visit node}}
end