Fix YARD docs
This commit is contained in:
parent
f79594bb63
commit
61d5156afb
2 changed files with 12 additions and 0 deletions
|
@ -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)
|
||||
|
|
|
@ -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|
|
||||
|
|
Loading…
Reference in a new issue