diff options
Diffstat (limited to 'lib/rdoc/code_object/extend.rb')
-rw-r--r-- | lib/rdoc/code_object/extend.rb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/rdoc/code_object/extend.rb b/lib/rdoc/code_object/extend.rb new file mode 100644 index 0000000000..7d57433de6 --- /dev/null +++ b/lib/rdoc/code_object/extend.rb @@ -0,0 +1,9 @@ +# frozen_string_literal: true +## +# A Module extension to a class with \#extend +# +# RDoc::Extend.new 'Enumerable', 'comment ...' + +class RDoc::Extend < RDoc::Mixin + +end |