Class RDoc::RI::TopLevelEntry
In: ri/cache.rb
Parent: RDoc::RI::ClassEntry

A TopLevelEntry is like a class entry, but when asked to search for methods searches all classes, not just itself

Methods

Public Instance methods

[Source]

     # File ri/cache.rb, line 136
136:   def full_name
137:       ""
138:   end

[Source]

     # File ri/cache.rb, line 132
132:   def methods_matching(name, is_class_method)
133:     res = recursively_find_methods_matching(name, is_class_method)
134:   end

[Source]

     # File ri/cache.rb, line 140
140:   def module_named(name)
141: 
142:   end

[Validate]