instance method Hash#merge
Hash#merge(object) → Hash
Returns a new hash with object's key/value pairs merged in.
To modify the original hash in place, use Hash#update.
Hash#merge(object) → Hash
Returns a new hash with object's key/value pairs merged in.
To modify the original hash in place, use Hash#update.