Fix YARD docs
This commit is contained in:
parent
fe1deba411
commit
1d1cbb3a80
2 changed files with 7 additions and 0 deletions
|
@ -91,6 +91,8 @@ module Mutant
|
|||
# Test if output can be colored
|
||||
#
|
||||
# @return [Boolean]
|
||||
#
|
||||
# @api private
|
||||
alias_method :color?, :tty?
|
||||
end # Printer
|
||||
end # CLI
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue