Method: LinuxStat::OS.machine

Defined in:
lib/linux_stat/os.rb

.machineObject

Uses utsname.h to determine the machine

It returns a String but if the info isn’t available, it will return an empty String



104
105
106
# File 'lib/linux_stat/os.rb', line 104

def machine
	@@machine ||= LinuxStat::Uname.machine
end