method
regexp_visitor
v7.2.3 -
Show latest stable
- Class:
ActionDispatch::Journey::Path::Pattern
regexp_visitor()private
No documentation available.
# File actionpack/lib/action_dispatch/journey/path/pattern.rb, line 184
def regexp_visitor
@anchored ? AnchoredRegexp : UnanchoredRegexp
end