ruby--ruby/lib/rdoc/include.rb

11 lines
172 B
Ruby

# frozen_string_literal: true
##
# A Module included in a class with \#include
#
# RDoc::Include.new 'Enumerable', 'comment ...'
class RDoc::Include < RDoc::Mixin
end