るりまサーチ

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

別のキーワード

  1. etc cs_posix_v6_lp64_off64_libs
  2. etc cs_posix_v7_lp64_off64_libs
  3. etc cs_posix_v6_ilp32_off32_libs
  4. etc cs_posix_v7_ilp32_off32_libs
  5. etc cs_posix_v7_ilp32_offbig_libs

検索結果

rake (7.0)

Rake というコマンドラインツールを扱うライブラリです。

...ean, clobber の二つのタスクを定義
task :default => [:test]

1.upto(8) do |n|
Rake::TestTask.new("test_step#{n}") do |t|
t.libs << "step#{n}"
t.test_files = FileList["step#{n}/test_*.rb"]
t.verbose = false
end
end

desc 'execute all test'
task 'test_a...