class Sys::Uname

def self.convert(str)


String rather than a Fixnum/Bignum. This deals with that for now.
There is a bug in win32ole where uint64 types are returned as a
def self.convert(str)
  return nil if str.nil? # Don't turn nil into 0
  str.to_i
end