Method: ChefApply::TargetHost#del_dir
- Defined in:
- lib/chef_apply/target_host.rb
#del_dir(path) ⇒ Object
Recursively delete directory
284 |
# File 'lib/chef_apply/target_host.rb', line 284 def del_dir(path); raise NotImplementedError; end |