desc(description) -> String
直後の Rake タスクの説明を登録します。
例:
desc "Run the Unit Tests" task :test => [:build] do runtests end