# File lib/rdoc/code_object.rb, line 161 def document_self=(document_self) return if @done_documenting @document_self = document_self @received_nodoc = true if document_self.nil? end