update(other) -> self
[permalink][rdoc][edit]-
self と other の内容をマージします。
重複するキーに対応する値はother の内容で上書きされます。
- [PARAM] other:
- each_pair メソッドを持つオブジェクトでなければなりません。
update(other) -> self
[permalink][rdoc][edit]self と other の内容をマージします。
重複するキーに対応する値はother の内容で上書きされます。