hashes(Array[Hash])
— Array of hashes to deep merge
deep_merge(Optional[Boolean])
— True if we should perform perform 'deep merge' on the array of hashes same as stdlib deep_merge (except in task form). When there is a duplicate key that is a hash, they are recursively merged. When there is a duplicate key that is not a hash, the key in the rightmost hash will win.