done_documenting=

done_documenting=(value) Instance Public methods Turns documentation on/off, and turns on/off document_self and document_children. Once documentation has been turned off (by :enddoc:), the object will refuse to turn document_self or document_children on, so :doc: and :start_doc: directives will have no effect in the current file.

each_parent

each_parent() Instance Public methods Yields each parent of this CodeObject. See also RDoc::ClassModule#each_ancestor

file_name

file_name() Instance Public methods File name where this CodeObject was found. See also RDoc::Context#in_files

force_documentation=

force_documentation=(value) Instance Public methods Force the documentation of this object unless documentation has been turned off by :enddoc:

full_name=

full_name=(full_name) Instance Public methods Sets the full_name overriding any computed full name. Set to nil to clear RDoc's cached value

ignore

ignore() Instance Public methods Use this to ignore a CodeObject and all its children until found again (#record_location is called). An ignored item will not be shown in documentation. See github issue #55 The ignored status is temporary in order to allow implementation details to be hidden. At the end of processing a file RDoc allows all classes and modules to add new documentation to previously created classes. If a class was ignored (via stopdoc) then reopened later with addi

ignored?

ignored?() Instance Public methods Has this class been ignored?

parent

parent() Instance Public methods Our parent CodeObject. The parent may be missing for classes loaded from legacy RI data stores.

parent_file_name

parent_file_name() Instance Public methods File name of our parent

parent_name

parent_name() Instance Public methods Name of our parent