Method: Chef::Formatters::Base#attribute_file_loaded
- Defined in:
- lib/chef/formatters/base.rb
#attribute_file_loaded(path) ⇒ Object
Delegates to #file_loaded
185 186 187 |
# File 'lib/chef/formatters/base.rb', line 185 def attribute_file_loaded(path) file_loaded(path) end |