# File lib/rubygems/package/tar_writer.rb, line 160
  def check_closed
    raise IOError, "closed #{self.class}" if closed?
  end