Method: Indifference::HashWithIndifferentAccess#delete
- Defined in:
- lib/indifference/hash_with_indifferent_access.rb
#delete(key) ⇒ Object
Removes the specified key from the hash.
242 243 244 |
# File 'lib/indifference/hash_with_indifferent_access.rb', line 242 def delete(key) super(convert_key(key)) end |