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