method
to_regexp
v6.1.3.1 -
Show latest stable
- Class:
ActionDispatch::Journey::Path::Pattern
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