# File lib/rubygems/package/tar_writer.rb, line 31
    def initialize(io, limit)
      @io = io
      @limit = limit
      @written = 0
    end