Method: Chef.resource_handler_map
- Defined in:
- lib/chef/chef_class.rb
.resource_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.
195 196 197 |
# File 'lib/chef/chef_class.rb', line 195 def resource_handler_map @resource_handler_map ||= Chef::Platform::ResourceHandlerMap.instance end |