desc(description) -> StringRuby 1.9.3 から[permalink][rdoc][edit] [added by rake]-
直後の Rake タスクの説明を登録します。
- [PARAM]
description: - 直後のタスクの説明を指定します。
desc "Run the Unit Tests" task :test => [:build] do runtests end - [PARAM]
このマニュアルは既にメンテナンスが終了したバージョンの Ruby を対象としています。 最新版のマニュアルへ
desc(description) -> StringRuby 1.9.3 から[permalink][rdoc][edit] [added by rake]
直後の Rake タスクの説明を登録します。
description:desc "Run the Unit Tests"
task :test => [:build] do
runtests
end