Sha256: b92dcd9ee42374b4c24e3ce792177f5ef0017aeb80a86712a0f6af0598031548

Contents?: true

Size: 345 Bytes

Versions: 76

Compression:

Stored size: 345 Bytes

Contents

# frozen_string_literal: true

module Mutant
  class Matcher
    # Matcher returning subjects already known at its creation time
    class Static
      include Concord.new(:subjects)

      # Call matcher
      #
      # @return [Enumerable<Subject>]
      def call(_env)
        subjects
      end
    end # Static
  end # Matcher
end # Mutant

Version data entries

76 entries across 76 versions & 1 rubygems

Version Path
mutant-0.11.18 lib/mutant/matcher/static.rb
mutant-0.11.17 lib/mutant/matcher/static.rb
mutant-0.11.16 lib/mutant/matcher/static.rb
mutant-0.11.15 lib/mutant/matcher/static.rb
mutant-0.11.14 lib/mutant/matcher/static.rb
mutant-0.11.13 lib/mutant/matcher/static.rb
mutant-0.11.12 lib/mutant/matcher/static.rb
mutant-0.11.11 lib/mutant/matcher/static.rb
mutant-0.11.10 lib/mutant/matcher/static.rb
mutant-0.11.9 lib/mutant/matcher/static.rb
mutant-0.11.8 lib/mutant/matcher/static.rb
mutant-0.11.7 lib/mutant/matcher/static.rb
mutant-0.11.6 lib/mutant/matcher/static.rb
mutant-0.11.5 lib/mutant/matcher/static.rb
mutant-0.11.4 lib/mutant/matcher/static.rb
mutant-0.11.3 lib/mutant/matcher/static.rb
mutant-0.11.2 lib/mutant/matcher/static.rb
mutant-0.11.1 lib/mutant/matcher/static.rb
mutant-0.11.0 lib/mutant/matcher/static.rb
mutant-0.10.35 lib/mutant/matcher/static.rb