Method: Chef::ResourceResolver#list
- Defined in:
- lib/chef/resource_resolver.rb
#list ⇒ 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.
87 88 89 90 |
# File 'lib/chef/resource_resolver.rb', line 87 def list Chef::Log.trace "Resources for generic #{resource_name} resource enabled on node include: #{prioritized_handlers}" prioritized_handlers end |