This method is deprecated or moved on the latest stable version. The last existing version (v1_8_7_330) is shown here.
contained_class_named(name)
Return an exact match to a particular name
# File lib/rdoc/ri/ri_cache.rb, line 72 def contained_class_named(name) @inferior_classes.find {|c| c.name == name} end