class Sinatra::Cookies::Jar

def reject(&block)

def reject(&block)
  return enum_for(__method__) unless block_given?
  to_hash.reject(&block)
end