Method: Chef::EventDispatch::Base#attribute_load_start
- Defined in:
- lib/chef/event_dispatch/base.rb
#attribute_load_start(attribute_file_count) ⇒ Object
Called before attribute files are loaded
222 |
# File 'lib/chef/event_dispatch/base.rb', line 222 def attribute_load_start(attribute_file_count); end |