instance method YAML::DBM#update

update(other) -> self[permalink][rdoc][edit]

自身と other の内容をマージ(統合)します。

重複するキーに対応する値は other の内容で上書きされます。

[PARAM] other:
HashDBM オブジェクトを指定します。
[EXCEPTION] DBMError:
更新に失敗した場合に発生します。