Method: Seahorse::Client::Http::Headers#delete
- Defined in:
- lib/seahorse/client/http/headers.rb
#delete(key) ⇒ Object
60 61 62 |
# File 'lib/seahorse/client/http/headers.rb', line 60 def delete(key) @data.delete(key.to_s.downcase) end |