Cleanup Matcher::File

It landed accidentally in the prev commit.
This commit is contained in:
Markus Schirp 2013-09-08 11:27:35 +02:00
parent d7013cd558
commit fbebca0163

View file

@ -10,7 +10,7 @@ module Mutant
# if block given
#
# @return [Enumerator<Subject>]
# oherwise
# otherwise
#
# @api private
#
@ -19,12 +19,12 @@ module Mutant
matcher.each do |subject|
next if filter.match?(subject)
yield matcher
yield subject
end
self
end
end # Filter
end
end # Matcher
end # Mutant