Cleanup Matcher::File
It landed accidentally in the prev commit.
This commit is contained in:
parent
d7013cd558
commit
fbebca0163
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue