Current Path : /proc/thread-self/root/proc/self/root/opt/alt/ruby31/share/gems/gems/rdoc-6.4.1.1/lib/rdoc/ |
Current File : //proc/thread-self/root/proc/self/root/opt/alt/ruby31/share/gems/gems/rdoc-6.4.1.1/lib/rdoc/anon_class.rb |
# frozen_string_literal: true ## # An anonymous class like: # # c = Class.new do end # # AnonClass is currently not used. class RDoc::AnonClass < RDoc::ClassModule end