# File lib/rye.rb, line 278 278: def delete 279: File.delete(@tf.path) if File.exists?(@tf.path) 280: end