Class: Chef::Knife::ChopLogging::FakeLogger

Inherits:
Object
  • Object
show all
Defined in:
lib/chef/knife/chop/logging.rb

Overview


Set up logger

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(m, *args, &block) ⇒ Object



139
140
141
# File 'lib/chef/knife/chop/logging.rb', line 139

def method_missing(m, *args, &block)
  puts args[0]
end