← Reference

hash-methods

Ruby hash-methods reference.

Hash#merge!

Merges each given hash into self, modifying it in place and returning self.

merge!(*other_hashes) { |key, old_value, new_value| block_result } → self