- update(other) -> ENV[permalink][rdoc][edit]
- 
ハッシュ other の内容を環境変数にマージします。重複するキーに対応する値は other の内容で上書きされます。 self を返します。 - [PARAM] other:
- 上書きするハッシュを指定します。
 
update(other) -> ENV[permalink][rdoc][edit]ハッシュ other の内容を環境変数にマージします。重複するキーに対応する値は other の内容で上書きされます。
self を返します。