Flowdock
method

task

Importance_1
v2_1_10 - Show latest stable - 0 notes - Class: DSL
task(*args, &block) private

Declare a basic task.

Example:

task :clobber => [:clean] do
  rm_rf "html"
end
Show source
Register or log in to add new notes.