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