class Rack::Test::Cookie
def replaces?(other)
def replaces?(other) [name.downcase, domain, path] == [other.name.downcase, other.domain, other.path] end
def replaces?(other) [name.downcase, domain, path] == [other.name.downcase, other.domain, other.path] end