# File lib/archive/tar/minitar.rb, line 413 413: def flush 414: raise ClosedStream if @closed 415: @io.flush if @io.respond_to?(:flush) 416: end