# File lib/faraday/options.rb, line 39
    def delete(key)
      value = send(key)
      send("#{key}=", nil)
      value
    end