Method: Unix::Exec#rm_rf
- Defined in:
- lib/beaker/host/unix/exec.rb
#rm_rf(path) ⇒ Object
Recursively remove the path provided
158 159 160 |
# File 'lib/beaker/host/unix/exec.rb', line 158 def rm_rf path execute("rm -rf #{path}") end |