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