[ruby/rdoc] Actually execute RDoc document task for coverage

https://github.com/ruby/rdoc/commit/7e70d41585
This commit is contained in:
zzak 2023-02-06 13:04:01 +09:00 committed by git
parent c19defd026
commit b171e99791

View File

@ -259,6 +259,7 @@ class RDoc::Task < Rake::TaskLib
args = opts + @rdoc_files
$stderr.puts "rdoc #{args.join ' '}" if Rake.application.options.trace
RDoc::RDoc.new.document args
end
end