# File lib/god.rb, line 270
  def self.watch(&block)
    self.task(Watch, &block)
  end