# File lib/rye.rb, line 278 def delete File.delete(@tf.path) if File.exists?(@tf.path) end
# File lib/rye.rb, line 270 def path if @tf.nil? @tf = Tempfile.new basename @tf.write @result @tf.close end @tf.path end
Generated with the Darkfish Rdoc Generator 2.