method

path_ast

path_ast(path)
private

No documentation available.

# File actionpack/lib/action_dispatch/routing/mapper.rb, line 350
          def path_ast(path)
            parser = Journey::Parser.new
            parser.parse path
          end