method

to_regexp

to_regexp()
public

No documentation available.

# File actionpack/lib/action_dispatch/journey/path/pattern.rb, line 161
        def to_regexp
          @re ||= regexp_visitor.new(@separators, @requirements).accept spec
        end