method

build

build(path, requirements, separators, anchored)
public

No documentation available.

# File actionpack/lib/action_dispatch/journey/path/pattern.rb, line 13
        def self.build(path, requirements, separators, anchored)
          parser = Journey::Parser.new
          ast = parser.parse path
          new ast, requirements, separators, anchored
        end