File Manager

Path: /opt/chef/embedded/lib/ruby/2.7.0/rdoc/

Viewing File: extend.rb

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

class RDoc::Extend < RDoc::Mixin

end