ruby/lib/rdoc/include.rb

10 строки
142 B
Ruby

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