# File lib/rdoc/class_module.rb, line 143
  def ancestors
    includes.map { |i| i.module }.reverse
  end