method
to_regexp
v4.2.7 -
Show latest stable
- Class:
ActionDispatch::Journey::Path::Pattern
to_regexp()public
No documentation available.
# File actionpack/lib/action_dispatch/journey/path/pattern.rb, line 174
def to_regexp
@re ||= regexp_visitor.new(@separators, @requirements).accept spec
end