# File lib/god/watch.rb, line 78
    def stop_if 
      self.transition(:up, :stop) do |on| 
        yield(on) 
      end 
    end