method

to_regexp

rails latest stable - Class: ActionDispatch::Journey::Path::Pattern
to_regexp()
public

No documentation available.

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