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