Method: Chef::Resource#resources

Defined in:
lib/chef/resource.rb

#resources(*args) ⇒ Object



287
288
289
# File 'lib/chef/resource.rb', line 287

def resources(*args)
  run_context.resource_collection.find(*args)
end