method

_close

v2_2_9 - Show latest stable - Class: Tempfile
_close()
protected

No documentation available.

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