Returns:
93 94 95 96 97
# File 'lib/clucumber.rb', line 93 def alive? if !@pid.nil? (Process.kill("CONT", @pid) && true) rescue false end end