Class: Chef::Knife::HitoriHello

Inherits:
Chef::Knife show all
Includes:
HitoriBase
Defined in:
lib/chef/knife/hitori_hello.rb

Instance Method Summary collapse

Methods included from HitoriBase

#update_environment

Instance Method Details

#runObject



16
17
18
19
20
21
22
# File 'lib/chef/knife/hitori_hello.rb', line 16

def run
  puts 'Hello Knife::Hitori.'
  p @name_args
  p Chef::Config
  puts '-' * 50
  p config
end