File Manager

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

Viewing File: include.rb

# frozen_string_literal: true
##
# A Module included in a class with \#include
#
#   RDoc::Include.new 'Enumerable', 'comment ...'

class RDoc::Include < RDoc::Mixin

end