Flowdock
_close(# :nodoc:) 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 82
  def _close    # :nodoc:
    @tmpfile.close if @tmpfile
    @data[1] = @tmpfile = nil
  end
Register or log in to add new notes.