class RDoc::CodeObject

def documented?

def documented?
  !(@document_self and @comment.empty?)
end