class ActiveSupport::HashWithIndifferentAccess

def delete(key)

Removes the specified key from the hash.
def delete(key)
  super(convert_key(key))
end