= private = protected
close!()
Closes and unlinks the file.
# File lib/tempfile.rb, line 125 def close! _close @clean_proc.call ObjectSpace.undefine_finalizer(self) @data = @tmpname = nil end