[rubygems/rubygems] Use a constant empty tar header to avoid extra allocations
[ruby.git] / lib / rdoc / anon_class.rb
blob3c2f0e1877dabfe6874f71986ab53e23694f0847
1 # frozen_string_literal: true
2 ##
3 # An anonymous class like:
5 #   c = Class.new do end
7 # AnonClass is currently not used.
9 class RDoc::AnonClass < RDoc::ClassModule
10 end