class RDoc::ClassModule

def ancestors

def ancestors
  includes.map { |i| i.module }.reverse
end