Ruby 1.9.2 Reference Manual > All Libraries > Builtin Library > module File::Constants > RSYNC

constant File::Constants::RSYNC

RSYNC -> Integer

ファイルを読み込み時同期モードで開きます。 open(2) で O_RSYNC が指定できる場合に使えます。 File.openで使用します。