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