mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 21:49:06 +02:00
9 lines
169 B
Ruby
9 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
|