Ruby Generators::RIGenerator Functions
EditRocket provides the following information on Generators::RIGenerator functions in the Ruby source code builder.
for(options) - Generators may need to return specific subclasses depending on the options they are passed. Because of this we create them using a factory
generate(toplevels) - Build the initial indices and output objects based on an array of TopLevel objects containing the extracted information.
generate_class_info(cls) -
generate_method_info(cls_desc, method) -
new(options) - Set up a new HTML generator. Basically all we do here is load up the correct output temlate
process_class(from_class) -