Libraries
»
webappsword_sdk
(0.0.1)
»
Index
»
EasyInstaller
»
Temp
»
#clear
Method: EasyInstaller::Temp#clear
Defined in:
lib/easy_installer/temp.rb
#
clear
⇒
Object
15 16 17
# File 'lib/easy_installer/temp.rb', line 15
def
clear
FileUtils
.
rm_rf
(
@tempdir
)
end