class ActionDispatch::Journey::Path::Pattern

def match?(other)

def match?(other)
  to_regexp.match?(other)
end