るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.152秒)

別のキーワード

  1. openssl t61string
  2. asn1 t61string
  3. fiddle align_size_t
  4. fiddle align_intptr_t
  5. fiddle align_uintptr_t

ライブラリ

クラス

検索結果

Rake::FileTask#timestamp -> Time | Rake::LateTime (27414.0)

ファイルタスクのタイムスタンプを返します。

...ファイルタスクのタイムスタンプを返します。

//emlist[][ruby]{
# Rakefile での記載例とする

t
ask default: "test.txt"
file "test.txt" do |task|
Rake.application.options.build_all = false
t
ask.timestamp # => #<Rake::LateTime:0x2ba58f0>
end
//}...