lib/rdoc/extend.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true
##
# A Module extension to a class with \#extend
#
#   RDoc::Extend.new 'Enumerable', 'comment ...'

class RDoc::Extend < RDoc::Mixin

end