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