method
add_class_or_module
v2_2_9 -
Show latest stable
- Class:
RDoc::Context
add_class_or_module(mod, self_hash, all_hash)public
Adds the class or module mod to the modules or classes Hash self_hash, and to all_hash (either TopLevel::modules_hash or TopLevel::classes_hash), unless #done_documenting is true. Sets the #parent of mod to self, and its #section to #current_section. Returns mod.