Method: Chef::Application#chef_configfetcher

Defined in:
lib/chef/application.rb

#chef_configfetcherObject



128
129
130
131
# File 'lib/chef/application.rb', line 128

def chef_configfetcher
  require_relative "config_fetcher"
  Chef::ConfigFetcher
end