class Sinatra::Cookies::Jar

def merge(other, &block)

def merge(other, &block)
  to_hash.merge(other, &block)
end