Skip to content

Commit 7e70d41

Browse files
committed
Actually execute RDoc document task for coverage
1 parent 31ea1c0 commit 7e70d41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/rdoc/task.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ def define
259259
args = opts + @rdoc_files
260260

261261
$stderr.puts "rdoc #{args.join ' '}" if Rake.application.options.trace
262+
RDoc::RDoc.new.document args
262263
end
263264
end
264265

0 commit comments

Comments
 (0)