Method: Mash#delete

Defined in:
lib/extlib/mash.rb

#delete(key) ⇒ Object

Parameters:

  • key (Object)

    The key to delete from the mash.\



97
98
99
# File 'lib/extlib/mash.rb', line 97

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