# File lib/archive/tar/minitar.rb, line 278 278: def initialize(io, limit) 279: @io = io 280: @limit = limit 281: @written = 0 282: end