# File lib/http/cookie_jar.rb, line 122
  def delete(cookie)
    @store.delete(cookie)
    self
  end