Method: ChefApply::TargetHost#del_dir

Defined in:
lib/chef_apply/target_host.rb

#del_dir(path) ⇒ Object

Recursively delete directory

Raises:

  • (NotImplementedError)


284
# File 'lib/chef_apply/target_host.rb', line 284

def del_dir(path); raise NotImplementedError; end