Method: ChefConfig::Config.add_formatter

Defined in:
lib/chef-config/config.rb

.add_formatter(name, file_path = nil) ⇒ Object

[View source]

58
59
60
# File 'lib/chef-config/config.rb', line 58

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