Class: E20::Ops::Hostname

Inherits:
Object
  • Object
show all
Defined in:
lib/e20/ops/hostname.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



5
6
7
# File 'lib/e20/ops/hostname.rb', line 5

def to_s
  @hostname ||= `hostname`.strip
end