# File lib/prawn/object_store.rb, line 47
    def each
      @identifiers.each do |id|
        yield @objects[id]
      end
    end