method

from_string

from_string(string)
public

No documentation available.

# File actionpack/lib/action_dispatch/journey/path/pattern.rb, line 9
        def self.from_string string
          new Journey::Router::Strexp.build(string, {}, ["/.?"], true)
        end