Method: Chef::Application#chef_configfetcher

Defined in:
lib/chef/application.rb

#chef_configfetcherObject



123
124
125
126
# File 'lib/chef/application.rb', line 123

def chef_configfetcher
  require_relative "config_fetcher"
  Chef::ConfigFetcher
end