# File lib/vcr/util/regexes.rb, line 33
    def url_regex_for_host_and_path(host, path)
      @@url_host_and_path_regexes[[host, path]]
    end