Class: Mutant::Matcher::Static Private
- Inherits:
-
Object
- Object
- Mutant::Matcher::Static
- 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
-
#call(_env) ⇒ Enumerable<Subject>
private
Call matcher.
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
12 13 14 |
# File 'lib/mutant/matcher/static.rb', line 12 def call(_env) subjects end |