Do not scare metric tool with comment

This commit is contained in:
Markus Schirp 2012-08-01 18:39:00 +02:00
parent 7556d37a04
commit 87161f382d

View file

@ -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