# File lib/rubygems/package/tar_writer.rb, line 93
  def initialize(io)
    @io = io
    @closed = false
  end