Ancestors cache accessor. Maps a klass name to an Array of its ancestors in this store. If Foo in this store inherits from Object,Kernel won’t
be listed (it will be included from ruby’s ri store).
# File lib/rdoc/store.rb, line 223
def ancestors
@cache[:ancestors]
end