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