Flowdock
_close() protected

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/tempfile.rb, line 164
  def _close    # :nodoc:
    begin
      @tmpfile.close if @tmpfile
    ensure
      @tmpfile = nil
      @data[1] = nil if @data
    end
  end
Register or log in to add new notes.