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.
full_class_names()
public
Return the names of all classes and modules
# File lib/rdoc/ri/reader.rb, line 71
def full_class_names
res = []
find_classes_in(res, @cache.toplevel)
end