Ruby 3.3 リファレンスマニュアル
ライブラリ一覧
組み込みライブラリ
File::Constantsモジュール
WRONLY
constant File::Constants::WRONLY
WRONLY -> Integer
[
permalink
][
rdoc
][
edit
]
書き込みのみのモードでファイルを開くときに指定します。
File.open
で使用します。