Ruby 1.9.2 Reference Manual > All Libraries > library rake > module Kernel > desc (private)
desc(description) -> String
直後の Rake タスクの説明を登録します。
例:
desc "Run the Unit Tests" task :test => [:build] runtests end