module Chef::Mixin::ChefUtilsWiring

Common Dependency Injection wiring for ChefUtils-related modules

Private Instance Methods

__config() click to toggle source
# File lib/chef/mixin/chef_utils_wiring.rb, line 27
def __config
  Chef::Config
end
__log() click to toggle source
# File lib/chef/mixin/chef_utils_wiring.rb, line 31
def __log
  Chef::Log
end
__transport_connection() click to toggle source
# File lib/chef/mixin/chef_utils_wiring.rb, line 35
def __transport_connection
  Chef.run_context&.transport_connection
end