Skip to content

Commit

Permalink
Fix YARD docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mbj committed Dec 20, 2015
1 parent fe1deba commit 3bcf025
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/mutant/reporter/cli/printer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ def tty?
# Test if output can be colored
#
# @return [Boolean]
#
# @api private
alias_method :color?, :tty?
end # Printer
end # CLI
Expand Down
5 changes: 5 additions & 0 deletions lib/mutant/result.rb
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,11 @@ def runtime
test_result.runtime
end

# The time spend on killing
#
# @return [Float]
#
# @api private
alias_method :killtime, :runtime

# Test if mutation was handled successfully
Expand Down

0 comments on commit 3bcf025

Please sign in to comment.