Method: Chef::Provider#resource_collection

Defined in:
lib/chef/provider.rb

#resource_collectionObject

Used by providers supporting embedded recipes



168
169
170
# File 'lib/chef/provider.rb', line 168

def resource_collection
  run_context && run_context.resource_collection
end