method
accept
v5.2.3 -
Show latest stable
- Class:
ActionDispatch::Journey::Path::Pattern::UnanchoredRegexp
accept(node)public
No documentation available.
# File actionpack/lib/action_dispatch/journey/path/pattern.rb, line 121
def accept(node)
%{\A#{visit node}(?:\b|\Z)}
end