module Mutest class Matcher # Matcher returning subjects already known at its creation time class Static include Concord.new(:subjects) # Call matcher # # @return [Enumerable] def call(_env) subjects end end end end