Sha256: b0d3741b06b73b1f3e683dcb84b19880b1833d816423e29c291fa3bfcfa4e5a0

Contents?: true

Size: 343 Bytes

Versions: 20

Compression:

Stored size: 343 Bytes

Contents

# frozen_string_literal: true

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

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

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
mutant-0.12.4 lib/mutant/matcher/static.rb
mutant-0.12.3 lib/mutant/matcher/static.rb
mutant-0.12.2 lib/mutant/matcher/static.rb
mutant-0.12.0 lib/mutant/matcher/static.rb
mutant-0.11.34 lib/mutant/matcher/static.rb
mutant-0.11.33 lib/mutant/matcher/static.rb
mutant-0.11.32 lib/mutant/matcher/static.rb
mutant-0.11.31 lib/mutant/matcher/static.rb
mutant-0.11.30 lib/mutant/matcher/static.rb
mutant-0.11.29 lib/mutant/matcher/static.rb
mutant-0.11.28 lib/mutant/matcher/static.rb
mutant-0.11.27 lib/mutant/matcher/static.rb
mutant-0.11.26 lib/mutant/matcher/static.rb
mutant-0.11.25 lib/mutant/matcher/static.rb
mutant-0.11.24 lib/mutant/matcher/static.rb
mutant-0.11.23 lib/mutant/matcher/static.rb
mutant-0.11.22 lib/mutant/matcher/static.rb
mutant-0.11.21 lib/mutant/matcher/static.rb
mutant-0.11.20 lib/mutant/matcher/static.rb
mutant-0.11.19 lib/mutant/matcher/static.rb