Method: ShellHelpers::PathnameExt::Base#rmtree
- Defined in:
- lib/shell_helpers/pathname.rb
#rmtree ⇒ Object Also known as: rm_rf
28 29 30 31 32 |
# File 'lib/shell_helpers/pathname.rb', line 28 def rmtree require 'fileutils' FileUtils.rm_rf(@path) nil end |