# File lib/god/system/process.rb, line 19
      def exists?
        !!::Process.kill(0, @pid) rescue false
      end