最速Rubyリファレンスマニュアル検索!
すべて(12)
2.1.0(1)
2.2.0(1)
2.3.0(1)
2.4.0(1)
2.5.0(1)
2.6.0(1)
2.7.0(1)
3.0(1)
3.1(1)
3.2(1)
3.3(1)
3.4(1)
12件ヒット
[1-12件を表示]
(0.126秒)
トップページ
>
:
インスタンスメソッド
>
:
kernel
>
:
p
>
:desc
別のキーワード
kernel exec
kernel system
kernel spawn
kernel open
kernel raise
ライブラリ
rake
(12)
モジュール
Kernel
(12)
検索結果
先頭1件
Kernel
#
desc(description) -> String
Kernel
#
desc(description) -> String
(27308.0)
2.1.0
2.2.0
2.3.0
2.4.0
2.5.0
2.6.0
2.7.0
3.0
3.1
3.2
3.3
3.4
インスタンスメソッド
直後の Rake タスクの説明を登録します。
...
直後の Rake タスクの説明を登録します。
@
p
aram
desc
ri
p
tion 直後のタスクの説明を指定します。
例:
desc
"Run the Unit Tests"
task :test => [:build] do
runtests
end
...
Kernel