# File lib/pdf/reader/object_hash.rb, line 100
    def object(key)
      key.is_a?(PDF::Reader::Reference) ? self[key] : key
    end