Uses utsname.h to determine the system nodename
It returns String but if the info isn’t available, it will return an empty String.
112 113 114
# File 'lib/linux_stat/os.rb', line 112 def nodename LinuxStat::Uname.nodename end