# File lib/god/process.rb, line 19 def alive? if self.pid System::Process.new(self.pid).exists? else false end end