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