# File lib/archive/tar/minitar.rb, line 413 413: def close 414: return if @closed 415: @io.write("\0" * 1024) 416: @closed = true 417: end