Method: Shell.greeting

Defined in:
lib/chef/shell.rb

.greetingObject



147
148
149
150
151
# File 'lib/chef/shell.rb', line 147

def self.greeting
  " #{Etc.getlogin}@#{Shell.session.node.fqdn}"
rescue NameError, ArgumentError
  ""
end