flush()
Flushes the TarWriter’s IO
# File lib/rubygems/package/tar_writer.rb, line 264 def flush check_closed @io.flush if @io.respond_to? :flush end