Current Path :
/
opt
/
alt
/
ruby23
/
lib64
/
ruby
/
2.3.0
/
rdoc
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//opt/alt/ruby23/lib64/ruby/2.3.0/rdoc/anon_class.rb
# frozen_string_literal: false ## # An anonymous class like: # # c = Class.new do end # # AnonClass is currently not used. class RDoc::AnonClass < RDoc::ClassModule end