Extended maintenance of Ruby 1.9.3 ended on February 23, 2015. Read more
RDoc::ClassModule
A normal class, neither singleton nor anonymous
Appends the superclass, if any, to the included modules.
# File rdoc/normal_class.rb, line 11 def ancestors superclass ? super + [superclass] : super end
The definition of this class, class MyClassName
class MyClassName
# File rdoc/normal_class.rb, line 18 def definition "class #{full_name}" end
This page was generated for Ruby 1.9.3
Ruby-doc.org is a service of James Britt and Neurogami, purveyors of fine dance noise.
Generated with Ruby-doc Rdoc Generator 0.44.0.