method

_close

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

No documentation available.

# File lib/tempfile.rb, line 149
  def _close    # :nodoc:
    @tmpfile.close
  end