Class | RDoc::TopLevel |
In: |
lib/gerbil/rdoc.rb
|
Parent: | Object |
Returns an array of RDoc::AnyMethod objects representing all methods recorded thus far.
Returns a RDoc::TopLevel object containing information parsed from the given code string. This information is also added to the global TopLevel class state, so you can access it via the class methods of the TopLevel class.
If the file name (which signifies the origin of the given code) is given, it MUST have a ".c" or ".rb" file extension. Otherwise, RDoc will ignore the given code string! :-(
Returns a RDoc::TopLevel object containing information parsed from the code in the given file. This information is also added to the global TopLevel class state, so you can access it via the class methods of the TopLevel class.
The given file name MUST have a ".c" or ".rb" file extension. Otherwise, RDoc will ignore the file! :-(