| Class | RDoc::RI::ClassEntry |
| In: |
lib/rdoc/ri/cache.rb
|
| Parent: | Object |
read in our methods and any classes and modules in our namespace. Methods are stored in files called name-c|i.yaml, where the ‘name’ portion is the external form of the method name and the c|i is a class|instance flag
return the list of local methods matching name We‘re split into two because we need distinct behavior when called from the toplevel