Ruby 1.9.3 リファレンスマニュアル > ライブラリ一覧 > 組み込みライブラリ > File::Constantsモジュール > WRONLY

constant File::Constants::WRONLY

WRONLY -> Integer

書き込みのみのモードでファイルを開くときに指定します。 File.openで使用します。

module File::Constants