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