# File lib/pdf/reader/object_hash.rb, line 218
    def keys
      ret = []
      each_key { |k| ret << k }
      ret
    end