# File lib/archive/tar/minitar.rb, line 272 272: def initialize(io, limit) 273: @io = io 274: @limit = limit 275: @written = 0 276: end