aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rdoc/extend.rb
blob: 30b51a1dbdebc1312e3371908a04024bccda69a2 (plain)
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: false
##
# A Module extension to a class with \#extend
#
#   RDoc::Extend.new 'Enumerable', 'comment ...'

class RDoc::Extend < RDoc::Mixin

end