Method: Chef.resource_priority_map
- Defined in:
- lib/chef/chef_class.rb
.resource_priority_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.
185 186 187 |
# File 'lib/chef/chef_class.rb', line 185 def resource_priority_map @resource_priority_map ||= Chef::Platform::ResourcePriorityMap.instance end |