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