method

_close

v1_8_7_72 - Show latest stable - Class: Tempfile
_close(# :nodoc:)
protected

No documentation available.

# File lib/tempfile.rb, line 96
  def _close    # :nodoc:
    @tmpfile.close if @tmpfile
    @tmpfile = nil
    @data[1] = nil if @data
  end