Class: Mutant::Matcher::Static

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

Overview

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