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