# File lib/rack/response.rb, line 62 def delete_cookie(key, value={}) Utils.delete_cookie_header!(header, key, value) end