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

class RDoc::Extend < RDoc::Mixin

end