# File lib/rack/test/cookie_jar.rb, line 26 def replaces?(other) [name.downcase, domain, path] == [other.name.downcase, other.domain, other.path] end