lib/reap/task/noop.rb in reap-4.0.0 vs lib/reap/task/noop.rb in reap-4.3.1

- old
+ new

@@ -8,12 +8,10 @@ # display a message. It is used simply # for test purposes when debugging Reap. # class Reap::Noop < Reap::Task - def task_desc - "A no-op task to help debug reap itself." - end + task_desc "A no-op task to help debug reap itself." attr_accessor :message def init end