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

class RDoc::Include < RDoc::Mixin

end