class RDoc::SingleClass
A singleton class
Public Instance Methods
Adds the superclass to the included modules.
                          Calls superclass method 
 
                        
                        RDoc::ClassModule#ancestors
                        # File lib/rdoc/single_class.rb, line 10 def ancestors superclass ? super + [superclass] : super end
The definition of this singleton class, class << MyClassName
# File lib/rdoc/single_class.rb, line 21 def definition "class << #{full_name}" end