RDoc::ClassModule
A singleton class
Adds the superclass to the included modules.
# File lib/rdoc/single_class.rb, line 11 def ancestors superclass ? super + [superclass] : super end
The definition of this singleton class, class << MyClassName
# File lib/rdoc/single_class.rb, line 18 def definition "class << #{full_name}" end
[Validate]
Generated with the Darkfish Rdoc Generator 2.