Flowdock
method

desc

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

Describes the next rake task. Duplicate descriptions are discarded. Descriptions are shown with rake -T (up to the first sentence) and rake -D (the entire description).

Example:

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