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

class RDoc::Extend < RDoc::Mixin

end