← Reference

hash-methods

Ruby hash-methods reference.

Hash#update

Merges each given hash into self, returning self. Alias for Hash#merge!.

update(*other_hashes) → self