Method: BugFix::Tempfile#close!

Defined in:
lib/zip/tempfile_bugfixed.rb

#close!Object

Closes and unlinks the file.



99
100
101
102
103
# File 'lib/zip/tempfile_bugfixed.rb', line 99

def close!
  _close
  @clean_proc.call
  ObjectSpace.undefine_finalizer(self)
end