Sha256: f66b6d02911ee2ec62e32c28ba31423718f687895af067444f111be243321d67
Contents?: true
Size: 367 Bytes
Versions: 88
Compression:
Stored size: 367 Bytes
Contents
# frozen_string_literal: true module Mutant class Matcher # A null matcher, that does not match any subjects class Null < self include Concord.new # Enumerate subjects # # @param [Env] env # # @return [Enumerable<Subject>] def call(_env) EMPTY_ARRAY end end # Null end # Matcher end # Mutant
Version data entries
88 entries across 88 versions & 1 rubygems