Method: Chef::ActionCollection#register
- Defined in:
- lib/chef/action_collection.rb
#register(object) ⇒ Object
Consumers must call register – either directly or through the action_collection_registration hook. If nobody has registered any interest, then no action tracking will be done.
139 140 141 |
# File 'lib/chef/action_collection.rb', line 139 def register(object) Chef::Log.warn "the action collection no longer requires registration at #{caller[0]}" end |