# File lib/pdf/reader/object_hash.rb, line 156
    def each_key(&block)
      each do |id, obj|
        yield id
      end
    end