class RDoc::ClassModule

def with_documentation?

def with_documentation?
  document_self_or_methods || classes_and_modules.any?{ |c| c.with_documentation? }
end