ruby--ruby/lib/rdoc/extend.rb

11 lines
170 B
Ruby

# frozen_string_literal: true
##
# A Module extension to a class with \#extend
#
# RDoc::Extend.new 'Enumerable', 'comment ...'
class RDoc::Extend < RDoc::Mixin
end