1 2 3 4 5 6 7 8
desc "doit task" task :doit do puts "DONE" end task :dont do Rake::Task[:doit].clear end