mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
9 lines
171 B
Ruby
9 lines
171 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
|