# File lib/http/cookie_jar/mozilla_store.rb, line 408
    def clear
      @db.execute("DELETE FROM moz_cookies")
      @sjar.clear
      self
    end