Flowdock
method

desc

Importance_1
v2_1_10 - Show latest stable - 0 notes - Class: DSL
desc(description) private

Describe the next rake task. Duplicate descriptions are discarded.

Example:

desc "Run the Unit Tests"
task :test => [:build]
  runtests
end
Show source
Register or log in to add new notes.