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

class RDoc::Extend < RDoc::Mixin

end