12件ヒット
[1-12件を表示]
(0.113秒)
別のキーワード
ライブラリ
- rake (12)
モジュール
-
Rake
:: TaskManager (12)
検索結果
-
Rake
:: TaskManager # last _ description=(description) (24225.0) -
最新の詳細説明をセットします。
...list[][ruby]{
# Rakefile での記載例とする
task default: :test_rake_app1
desc "test1"
task :test_rake_app1 do |task|
task.application.last_description # => "test2"
task.application.last_description = "test3"
task.application.last_description # => "test3"
end
desc "test2"
task :test_r......ake_app2 do |task|
end
//}...