Method: Mutant::Matcher::Scope#call

Defined in:
lib/mutant/matcher/scope.rb

#call(env) ⇒ Enumerable<Subject>

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Matched subjects

Parameters:

Returns:



26
27
28
# File 'lib/mutant/matcher/scope.rb', line 26

def call(env)
  Chain.new(effective_matchers).call(env)
end