desc(description)
Describe the next rake task.
Example:
desc "Run the Unit Tests" task :test => [:build] runtests end
# File lib/rake/dsl_definition.rb, line 124 def desc(description) Rake.application.last_description = description end