description() Instance Public methods Handy wrapper for marking up this class or module's comment
direct_ancestors() Instance Public methods Ancestors of this class or module only ancestors
document_self_or_methods() Instance Public methods Does this ClassModule or any of its methods have document_self set?
documented?() Instance Public methods Does this class or module have a comment with content or is received_nodoc true?
each_ancestor() Instance Public methods Iterates the ancestors of this class or module for which an RDoc::ClassModule exists.
find_ancestor_local_symbol(symbol) Instance Public methods Looks for a symbol in the ancestors. See Context#find_local_symbol.
find_class_named(name) Instance Public methods Finds a class or module with name in this namespace or its descendants
full_name() Instance Public methods Return the fully qualified name of this class or module
merge(class_module) Instance Public methods Merges class_module into this ClassModule. The data in class_module is preferred over the receiver.
module?() Instance Public methods Does this object represent a module?
Page 867 of 11844