るりまサーチ (Ruby 2.4.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.137秒)
トップページ > バージョン:2.4.0[x] > クエリ:>[x] > クエリ:I[x] > クエリ:ver[x] > クエリ:verbose_flag[x]

別のキーワード

  1. optionparser ver
  2. optparse ver
  3. bigdecimal ver
  4. ver
  5. ver optparse

ライブラリ

モジュール

検索結果

RakeFileUtils.verbose_flag -> bool (90922.0)

この値が真の場合、詳細を表示します。

この値が真の場合、詳細を表示します。

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

task default: :sample_file_task

file :sample_file_task do |t|
# --verbose で rake を実行する
RakeFileUtils.verbose_flag # => true
end
//}