Sha256: ea6bdb1607e0e6d756a09e2602fbf1a28eec905d44857959fbdef5139832f81c
Contents?: true
Size: 221 Bytes
Versions: 4
Compression:
Stored size: 221 Bytes
Contents
require 'rdoc/class_module' ## # A singleton class class RDoc::SingleClass < RDoc::ClassModule # Adds the superclass to the included modules. def ancestors superclass ? super + [superclass] : super end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
rdoc-3.2 | lib/rdoc/single_class.rb |
rdoc-3.1 | lib/rdoc/single_class.rb |
rdoc-3.0.1 | lib/rdoc/single_class.rb |
rdoc-3.0 | lib/rdoc/single_class.rb |