class Hash
Public Instance Methods
delete!(key)
click to toggle source
# File lib/codewars_api.rb, line 13 def delete!(key) fetch(key) delete(key) end
# File lib/codewars_api.rb, line 13 def delete!(key) fetch(key) delete(key) end