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
|
# Test if output can be colored
|
||||||
#
|
#
|
||||||
# @return [Boolean]
|
# @return [Boolean]
|
||||||
|
#
|
||||||
|
# @api private
|
||||||
alias_method :color?, :tty?
|
alias_method :color?, :tty?
|
||||||
end # Printer
|
end # Printer
|
||||||
end # CLI
|
end # CLI
|
||||||
|
|
|
@ -203,6 +203,11 @@ module Mutant
|
||||||
test_result.runtime
|
test_result.runtime
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# The time spent on killing
|
||||||
|
#
|
||||||
|
# @return [Float]
|
||||||
|
#
|
||||||
|
# @api private
|
||||||
alias_method :killtime, :runtime
|
alias_method :killtime, :runtime
|
||||||
|
|
||||||
# Test if mutation was handled successfully
|
# Test if mutation was handled successfully
|
||||||
|
|
Loading…
Reference in a new issue