method
accept
v6.1.3.1 -
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 64
def accept(node)
%{\A#{visit node}\Z}
end