Ruby 1.8.7 Reference Manual > All Libraries > Builtin Library > module File::Constants > WRONLY

constant File::Constants::WRONLY

WRONLY -> Integer

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