24件ヒット
[1-24件を表示]
(0.023秒)
検索結果
-
Rake
:: FileTask # timestamp -> Time | Rake :: LateTime (18113.0) -
ファイルタスクのタイムスタンプを返します。
...ファイルタスクのタイムスタンプを返します。
//emlist[][ruby]{
# Rakefile での記載例とする
task default: "test.txt"
file "test.txt" do |task|
Rake.application.options.build_all = false
task.timestamp # => #<Rake::LateTime:0x2ba58f0>
end
//}... -
Etc
:: PC _ ALLOC _ SIZE _ MIN -> Integer (3101.0) -
IO#pathconf の引数に指定します。
IO#pathconf の引数に指定します。
詳細は fpathconf(3) を参照してください。