class ActionDispatch::Journey::Path::Pattern

def to_regexp

def to_regexp
  @re ||= regexp_visitor.new(@separators, @requirements).accept spec
end