# File lib/facets/more/minitar.rb, line 272 def initialize(io, limit) @io = io @limit = limit @written = 0 end