Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1_8_7_330) is shown here.
all_names()
public
return a list of all classes, modules, and methods
# File lib/rdoc/ri/ri_reader.rb, line 71
def all_names
res = []
find_names_in(res, @cache.toplevel)
end