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