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