find_class_named(name)
Finds the class with name in all discovered classes
# File lib/rdoc/top_level.rb, line 140 def self.find_class_named(name) @all_classes_hash[name] end