update(other) -> self[permalink][rdoc]-
self と other の内容をマージします。
重複するキーに対応する値はother の内容で上書きされます。
- [PARAM] other:
- each_pair メソッドを持つオブジェクトでなければなりません。
このマニュアルは既にメンテナンスが終了したバージョンの Ruby を対象としています。 最新版のマニュアルへ
update(other) -> self[permalink][rdoc]self と other の内容をマージします。
重複するキーに対応する値はother の内容で上書きされます。