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