method

regexp_visitor

Importance_0
regexp_visitor() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_dispatch/journey/path/pattern.rb, line 171
          def regexp_visitor
            @anchored ? AnchoredRegexp : UnanchoredRegexp
          end
Register or log in to add new notes.