# File lib/zip/zip.rb, line 1598 def get_output_stream if block_given? begin yield(@tempFile) ensure @tempFile.close end else @tempFile end end