Method: Chef::Config.add_formatter

Defined in:
lib/chef/config.rb

.add_formatter(name, file_path = nil) ⇒ Object



66
67
68
# File 'lib/chef/config.rb', line 66

def self.add_formatter(name, file_path=nil)
  formatters << [name, file_path]
end