Flowdock
method

task

Importance_1
v1_9_3_125 - 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.