# File lib_core/rucy/restart.rb, line 99 def cancel # call on parent process @lock.synchronize{ unless (@closed) then @pout.write(CANCEL) end } nil end