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