Files
server/usr/lib/ruby/3.2.0/rdoc/include.rb
2026-01-07 20:52:11 +01:00

11 lines
172 B
Ruby

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