# File lib/archive/tar/minitar.rb, line 419 419: def close 420: return if @closed 421: @io.write("\0" * 1024) 422: @closed = true 423: end