Method: AutoPilot::PassFailFile#clean!

Defined in:
lib/auto_pilot/files.rb

#clean!Object



25
26
27
# File 'lib/auto_pilot/files.rb', line 25

def clean!
  FileUtils.rm_f self.path if File.exist? self.path
end