method
ast
v8.0.0 -
Show latest stable
- Class:
ActionDispatch::Journey::Routes
ast()public
No documentation available.
# File actionpack/lib/action_dispatch/journey/routes.rb, line 53
def ast
@ast ||= begin
nodes = anchored_routes.map(&:ast)
Nodes::Or.new(nodes)
end
end