るりまサーチ

最速Rubyリファレンスマニュアル検索!
3612件ヒット [3601-3612件を表示] (0.062秒)
トップページ > クエリ:d[x] > クエリ:Default[x]

別のキーワード

  1. bigdecimal/util to_d
  2. float to_d
  3. kernel $-d
  4. integer to_d
  5. rsa d

オブジェクト

キーワード

検索結果

<< < ... 35 36 37 >>

rake (12.0)

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

...換性のためのオプションです。
-D, --describe [PATTERN] パターンにマッチしたタスクの詳細を表示して終了します。
パターンは省略可能です。
-n, --dry-run アクションを実行せず...
...CODE Ruby のコードを実行して終了します。
-p, --execute-print CODE Ruby のコードを実行して結果を表示して終了します。
-E, --execute-continue CODE Ruby のコードを実行してから、タスクを実行します。
-I, --libdi...
...簡単な例:
# coding: utf-8
task :hello do
puts 'do task hello!'
end

動的にタスクを定義する例:
# coding: utf-8
require 'rake/testtask'
require 'rake/clean' # clean, clobber の二つのタスクを定義
task :default => [:test]

1.upto(8) do |n|
Rake::Tes...
<< < ... 35 36 37 >>