class RDoc::CodeObject

def display?

def display?
  @document_self and not @ignored and
    (documented? or not @suppressed)
end