Fix YARD docs

This commit is contained in:
Markus Schirp 2015-12-20 19:25:03 +00:00
parent fe1deba411
commit 1d1cbb3a80
2 changed files with 7 additions and 0 deletions

View file

@ -91,6 +91,8 @@ module Mutant
# Test if output can be colored
#
# @return [Boolean]
#
# @api private
alias_method :color?, :tty?
end # Printer
end # CLI

View file

@ -203,6 +203,11 @@ module Mutant
test_result.runtime
end
# The time spent on killing
#
# @return [Float]
#
# @api private
alias_method :killtime, :runtime
# Test if mutation was handled successfully