# File lib/rerun.rb, line 114 def stop if @pid && (@pid != 0) notify "Stopped", "All good things must come to an end." unless @restarting signal("KILL") && Process.wait(@pid) end rescue => e false end