method
accept
v7.1.3.4 -
Show 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