Libraries
»
LinuxSystemInfo
(0.2.0)
»
Index
»
LinuxSystemInfo
»
hostname
Method: LinuxSystemInfo.hostname
Defined in:
lib/LinuxSystemInfo.rb
.
hostname
⇒
Object
44 45 46
# File 'lib/LinuxSystemInfo.rb', line 44
def
hostname
`
hostname
`
.
strip
end