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