Method: HashWithIndifferentAccess#delete

Defined in:
lib/cerberus/utils.rb

#delete(key) ⇒ Object



144
145
146
# File 'lib/cerberus/utils.rb', line 144

def delete(key)
  super(convert_key(key))
end