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

class RDoc::Include < RDoc::Mixin

end