Method: Chef.provider_handler_map
- Defined in:
- lib/chef/chef_class.rb
.provider_handler_map ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
190 191 192 |
# File 'lib/chef/chef_class.rb', line 190 def provider_handler_map @provider_handler_map ||= Chef::Platform::ProviderHandlerMap.instance end |