class SymbolHash

def merge(hash) dup.merge!(hash) end

Returns:
  • (SymbolHash) - a new SymbolHash containing the merged data

Parameters:
  • hash (Hash) -- the hash of objects to copy
def merge(hash) dup.merge!(hash) end