method
accept
v5.0.0.1 -
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 112
def accept(node)
%{\A#{visit node}}
end