# File lib/archive/tar/minitar.rb, line 407 407: def flush 408: raise ClosedStream if @closed 409: @io.flush if @io.respond_to?(:flush) 410: end