Method: Specinfra::Command::Darwin::Base::Inventory.get_hostname

Defined in:
lib/specinfra/command/darwin/base/inventory.rb

.get_hostnameObject

[View source]

11
12
13
# File 'lib/specinfra/command/darwin/base/inventory.rb', line 11

def get_hostname
  'hostname -s'
end