# File lib/god/system/process.rb, line 5
      def initialize(pid)
        @pid = pid.to_i
      end