Method: EasyInstaller::Temp#clear

Defined in:
lib/easy_installer/temp.rb

#clearObject



15
16
17
# File 'lib/easy_installer/temp.rb', line 15

def clear
  FileUtils.rm_rf(@tempdir)
end