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