Libraries
»
gin
(1.2.1)
»
Index
»
Gin
»
StrictHash
»
#delete
Method: Gin::StrictHash#delete
Defined in:
lib/gin/strict_hash.rb
#
delete
(key) ⇒
Object
11 12 13
# File 'lib/gin/strict_hash.rb', line 11
def
delete
key
super
key
.
to_s
end