Skip to content

Commit

Permalink
File.binwriteのファイルを開くときのmodeの説明を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
ogura committed Jan 9, 2025
1 parent 263a1d2 commit a3fb625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion refm/api/src/_builtin/IO
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ IO.read("testfile") # => "0123456789"
path で指定されるファイルを開き、string を書き込み、
閉じます。

ファイルを開くときの mode が "rb:ASCII-8BIT" で、バイナリモードが有効
ファイルを開くときの mode が "wb:ASCII-8BIT" で、バイナリモードが有効
である点以外は [[m:IO.write]] と同じです。

[[m:Kernel.#open]] と同様 path の先頭が "|" ならば、"|" に続くコマンドを実行し、コマンドの出力を標準出力に書き込みます。
Expand Down

0 comments on commit a3fb625

Please sign in to comment.