# File lib/god/system/process.rb, line 10
      def exists?
        system("kill -0 #{@pid} &> /dev/null")
      end