method

match?

match?(other)
public

No documentation available.

# File actionpack/lib/action_dispatch/journey/path/pattern.rb, line 153
        def match?(other)
          to_regexp.match?(other)
        end