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