8 9 10
# File 'lib/cryo/utils.rb', line 8 def delete_file(path) File.delete(path) if File.exists?(path) end