Current Path : /proc/thread-self/root/opt/alt/ruby19/lib64/ruby/1.9.1/rdoc/ |
Current File : //proc/thread-self/root/opt/alt/ruby19/lib64/ruby/1.9.1/rdoc/anon_class.rb |
require 'rdoc/class_module' ## # An anonymous class like: # # c = Class.new do end # # AnonClass is currently not used. class RDoc::AnonClass < RDoc::ClassModule end