Module RDoc
In: lib/gerbil/rdoc.rb

Methods

Classes and Modules

Module RDoc::DummyMixin
Class RDoc::DummyMarkup
Class RDoc::DummyOptions

Public Class methods

Returns an array of hashes describing all methods present in the given parse trees (which are produced by RDoc::gen_parse_trees).

Returns an array of RDoc parse trees for the given code. If the file name (which signifies the origin of the given code) is given, it MUST have a ".rb" file extension. Otherwise, RDoc will give you an empty parse tree! :-(

[Validate]