# 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
# File lib/vcr/util/regexes.rb, line 17 def url_regex_for_hosts(hosts) @@url_host_regexes[hosts.sort] end
# File lib/vcr/util/regexes.rb, line 25 def url_regex_for_path(path) @@url_path_regexes[path] end