mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
10 lines
171 B
Ruby
10 lines
171 B
Ruby
# frozen_string_literal: true
|
|
##
|
|
# An anonymous class like:
|
|
#
|
|
# c = Class.new do end
|
|
#
|
|
# AnonClass is currently not used.
|
|
|
|
class RDoc::AnonClass < RDoc::ClassModule
|
|
end
|