method
_close
v1_9_3_392 -
Show latest stable
- Class:
Tempfile
_close()protected
No documentation available.
# File lib/tempfile.rb, line 164
def _close # :nodoc:
begin
@tmpfile.close if @tmpfile
ensure
@tmpfile = nil
@data[1] = nil if @data
end
end