class Sinatra::Cookies::Jar

def ==(other)

def ==(other)
  other.respond_to? :to_hash and to_hash == other.to_hash
end