Method: Chef::Formatters::Doc#removed_cookbook_file
- Defined in:
- lib/chef/formatters/doc.rb
#removed_cookbook_file(path) ⇒ Object
Called after the file at path is removed. It may be removed if the cookbook containing it was removed from the run list, or if the file was removed from the cookbook.
146 |
# File 'lib/chef/formatters/doc.rb', line 146 def removed_cookbook_file(path); end |