desc(description) -> String[permalink][rdoc][edit] [added by rake]-
直後の Rake タスクの説明を登録します。
- [PARAM]
description: - 直後のタスクの説明を指定します。
desc "Run the Unit Tests" task :test => [:build] do runtests end - [PARAM]
desc(description) -> String[permalink][rdoc][edit] [added by rake]
直後の Rake タスクの説明を登録します。
description:
desc "Run the Unit Tests"
task :test => [:build] do
runtests
end