Do not scare metric tool with comment
This commit is contained in:
parent
7556d37a04
commit
87161f382d
1 changed files with 7 additions and 6 deletions
|
@ -29,14 +29,15 @@ module Mutant
|
|||
#
|
||||
# @api private
|
||||
#
|
||||
# FIXME:
|
||||
# Rubinus <=> Rspec bug
|
||||
#
|
||||
# Mutator.each(node,&block)
|
||||
#
|
||||
# results in rspec expectation mismatch
|
||||
#
|
||||
def each
|
||||
return to_enum unless block_given?
|
||||
# FIXME:
|
||||
# Rubinus <=> Rspec bug
|
||||
#
|
||||
# Mutator.each(node,&block)
|
||||
#
|
||||
# results in rspec expectation mismatch
|
||||
Mutator.each(node) do |mutant|
|
||||
yield mutant
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue