Method: Attributor::Hash#delete
- Defined in:
- lib/attributor/types/hash.rb
#delete(key) ⇒ Object
601 602 603 |
# File 'lib/attributor/types/hash.rb', line 601 def delete(key) @contents.delete(key) end |
601 602 603 |
# File 'lib/attributor/types/hash.rb', line 601 def delete(key) @contents.delete(key) end |