Current Path :
/
opt
/
alt
/
ruby25
/
lib64
/
ruby
/
2.5.0
/
rdoc
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//opt/alt/ruby25/lib64/ruby/2.5.0/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