ancestors()
Adds the superclass to the included modules.
# File lib/rdoc/single_class.rb, line 10 def ancestors superclass ? super + [superclass] : super end