class Chef::Knife::HitoriHello
Public Instance Methods
run()
click to toggle source
# 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