25 26 27
# File 'lib/auto_pilot/files.rb', line 25 def clean! FileUtils.rm_f self.path if File.exist? self.path end