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