Fix YARD docs

This commit is contained in:
Markus Schirp 2013-06-22 03:47:23 +02:00
parent f79594bb63
commit 61d5156afb
2 changed files with 12 additions and 0 deletions

View file

@ -206,6 +206,8 @@ module Mutant
#
# @param [Enumerable<String>] patterns
#
# @return [undefined]
#
# @api private
#
def parse_matchers(patterns)
@ -219,6 +221,8 @@ module Mutant
#
# @param [Object]
#
# @return [undefined]
#
# @api private
#
def add_strategies(opts)
@ -235,6 +239,8 @@ module Mutant
#
# @param [Object]
#
# @return [undefined]
#
# @api private
#
def add_options(opts)

View file

@ -124,6 +124,12 @@ module Mutant
# Detailed subject printer
class Details < self
# Run subject details printer
#
# @return [undefined]
#
# @api private
#
def run
puts(subject.identification)
object.failed_mutations.each do |mutation|