class SymbolHash
def merge(hash) dup.merge!(hash) end
-
(SymbolHash)- a new SymbolHash containing the merged data
Parameters:
-
hash(Hash) -- the hash of objects to copy
def merge(hash) dup.merge!(hash) end
(SymbolHash)
- a new SymbolHash containing the merged data
hash
(Hash)
-- the hash of objects to copy
def merge(hash) dup.merge!(hash) end