Ruby 2.7.0 リファレンスマニュアル
ライブラリ一覧
組み込みライブラリ
ENVオブジェクト
replace
singleton method ENV.replace
replace(hash) -> ENV
[
permalink
][
rdoc
][
edit
]
環境変数を hash と同じ内容に変更します。 self を返します。
[PARAM] hash:
キーと値の対応関係を指定します。 to_hash でハッシュに変換されます。