るりまサーチ (Ruby 2.6.0)

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

別のキーワード

  1. etc sc_xopen_enh_i18n
  2. pop n_mails
  3. pop n_bytes
  4. pop3 n_bytes
  5. openssl n=

ライブラリ

モジュール

検索結果

Kernel#desc(description) -> String (72943.0)

直後の Rake タスクの説明を登録します。

直後の Rake タスクの説明を登録します。

@param description 直後のタスクの説明を指定します。

例:
desc "Run the Unit Tests"
task :test => [:build] do
runtests
end