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