# File lib/cuba.rb, line 46 def delete_cookie(key, value = {}) Rack::Utils.delete_cookie_header!(@headers, key, value) end