# File tar.rb, line 521
521:       def WriteOnlyFile.append( filename, &block )
522:         new( filename, true, &block )
523:       end