Class: Mutant::Matcher::Static Private

Inherits:
Object
  • Object
show all
Defined in:
lib/mutant/matcher/static.rb

Overview

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

Matcher returning subjects already known at its creation time

Instance Method Summary collapse

Instance Method Details

#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.

Call matcher

Returns:



12
13
14
# File 'lib/mutant/matcher/static.rb', line 12

def call(_env)
  subjects
end