class SymbolHash
def delete(key) super(key.to_sym) end
-
(void)-
Parameters:
-
key(#to_sym) -- the key to delete
def delete(key) super(key.to_sym) end
(void)
-
key
(#to_sym)
-- the key to delete
def delete(key) super(key.to_sym) end