class ActionDispatch::Journey::Path::Pattern
def match(other)
def match(other) return unless match = to_regexp.match(other) MatchData.new(names, offsets, match) end
def match(other) return unless match = to_regexp.match(other) MatchData.new(names, offsets, match) end