# File lib/cookiejar/cookie_validation.rb, line 91 def self.domains_match tested_domain, base_domain base = effective_host base_domain search_domains = compute_search_domains_for_host base result = search_domains.find do |domain| domain == tested_domain end end