10 lines
169 B
Ruby
10 lines
169 B
Ruby
# frozen_string_literal: true
|
|
##
|
|
# A Module extension to a class with \#extend
|
|
#
|
|
# RDoc::Extend.new 'Enumerable', 'comment ...'
|
|
|
|
class RDoc::Extend < RDoc::Mixin
|
|
|
|
end
|