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