Method: LinuxSystemInfo.hostname

Defined in:
lib/LinuxSystemInfo.rb

.hostnameObject



44
45
46
# File 'lib/LinuxSystemInfo.rb', line 44

def hostname
  `hostname`.strip
end