module ChefCompat::Monkeypatches::Chef::ResourceCollection::DeleteResources

Public Instance Methods

delete(key) click to toggle source

Copied verbatim from Chef 12.10.24

# File files/lib/chef_compat/monkeypatches/chef/resource_collection.rb, line 85
def delete(key)
  resource_list.delete(key)
  resource_set.delete(key)
end