summaryrefslogtreecommitdiff
path: root/lib/rdoc/include.rb
blob: b3ad61064969385bca155f9734cf164170105489 (plain)
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: true
##
# A Module included in a class with \#include
#
#   RDoc::Include.new 'Enumerable', 'comment ...'

class RDoc::Include < RDoc::Mixin

end