File Manager

Path: /proc/self/root/opt/chef.upgrade/embedded/lib/ruby/2.3.0/rdoc/

Viewing File: extend.rb

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

class RDoc::Extend < RDoc::Mixin

end