method
document_children=
v1_8_7_72 -
Show latest stable
- Class:
RDoc::CodeObject
document_children=(val)public
No documentation available.
# File lib/rdoc/code_objects.rb, line 57
def document_children=(val)
@document_children = val
if !val
remove_classes_and_modules
end
end