lib/mutant/matcher/static.rb in mutant-0.11.18 vs lib/mutant/matcher/static.rb in mutant-0.11.19

- old
+ new

@@ -2,10 +2,10 @@ module Mutant class Matcher # Matcher returning subjects already known at its creation time class Static - include Concord.new(:subjects) + include Anima.new(:subjects) # Call matcher # # @return [Enumerable<Subject>] def call(_env)