Method: Mail::IndifferentHash#delete
- Defined in:
- lib/mail/indifferent_hash.rb
#delete(key) ⇒ Object
Removes a specified key from the hash.
117 118 119 |
# File 'lib/mail/indifferent_hash.rb', line 117 def delete(key) super(convert_key(key)) end |