class Gem::Package::TarWriter::BoundedStream

def initialize(io, limit)

def initialize(io, limit)
  @io = io
  @limit = limit
  @written = 0
end