# File lib/pdf/reader/object_cache.rb, line 28 def fetch(key, local_default = nil) @objects.fetch(key, local_default) end