method

ast

ast()
public

No documentation available.

# File actionpack/lib/action_dispatch/journey/routes.rb, line 51
      def ast
        @ast ||= begin
          asts = anchored_routes.map(&:ast)
          Nodes::Or.new(asts)
        end
      end