Uses utsname.h to determine the machine
It returns a String but if the info isn’t available, it will return an empty String
100 101 102
# File 'lib/linux_stat/os.rb', line 100 def machine @@machine ||= LinuxStat::Uname.machine end