るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.012秒)
トップページ > クエリ:build[x] > クエリ:timestamp[x]

別のキーワード

  1. uri build
  2. matrix build
  3. mailto build
  4. http build
  5. ldap build

ライブラリ

クラス

検索結果

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
//}...