# File lib/cgikit/resource.rb, line 473 def remove_data( key ) path = tmpfile(key) if FileTest.exist?(path) File.delete(path) end end