class ActionDispatch::Journey::Path::Pattern

def self.from_string string

def self.from_string string
  build(string, {}, "/.?", true)
end