method

accept

rails latest stable - Class: ActionDispatch::Journey::Path::Pattern::AnchoredRegexp
accept(node)
public

No documentation available.

# File actionpack/lib/action_dispatch/journey/path/pattern.rb, line 73
          def accept(node)
            %{\A#{visit node}\Z}
          end