Method: God::Watch#restart_if

Defined in:
lib/god/watch.rb

#restart_ifObject



72
73
74
75
76
# File 'lib/god/watch.rb', line 72

def restart_if
  self.transition(:up, :restart) do |on|
    yield(on)
  end
end