# File lib/god/watch.rb, line 65
    def start_if
      self.transition(:up, :start) do |on|
        yield(on)
      end
    end