class SymbolHash

def delete(key) super(key.to_sym) end

Returns:
  • (void) -

Parameters:
  • key (#to_sym) -- the key to delete
def delete(key) super(key.to_sym) end