15 16 17
# File 'lib/beaker/host/pswindows/exec.rb', line 15 def rm_rf path execute("del /s /q #{path}") end