Skip to content

Commit

Permalink
Update ENV.fetch's description
Browse files Browse the repository at this point in the history
  • Loading branch information
soudai-s authored Nov 10, 2022
1 parent 16fb9df commit 2002d5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions refm/api/src/_builtin/ENV
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ key に関連づけられた値を返します。該当するキーが登録さ
クが与えられていればそのブロックを評価した値を返します。そのいずれ
でもなければ例外が発生します。

@param key 環境変数の名前を指定します。 文字列で指定します。文字列
で指定します。文字列以外のオブジェクトを指定した場合は
@param key 環境変数の名前を指定します。 文字列で指定します。
文字列以外のオブジェクトを指定した場合は
to_str メソッドによる暗黙の型変換を試みます。
@param default keyに対応する環境変数の値がないときにこの値を返します。
#@since 1.9.1
Expand Down

0 comments on commit 2002d5a

Please sign in to comment.