method

_close

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

No documentation available.

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