# File lib/http/cookie_jar/abstract_store.rb, line 98
  def empty?
    each { return false }
    true
  end