Ruby hash-methods reference.
Merges each given hash into self, modifying it in place and returning self.
merge!(*other_hashes) { |key, old_value, new_value| block_result } → self