eaiovnaovbqoebvqoeavibavo usr/share/gems/gems/rdoc-4.0.0/lib/rdoc/single_class.rb000064400000000512147635636070016440 0ustar00## # A singleton class class RDoc::SingleClass < RDoc::ClassModule ## # Adds the superclass to the included modules. def ancestors superclass ? super + [superclass] : super end ## # The definition of this singleton class, class << MyClassName def definition "class << #{full_name}" end end