Sha256: 69f385ed017e406b5310522e4873cc2b90fd001cfa414f628fbe510b76b6d29b
Contents?: true
Size: 448 Bytes
Versions: 19
Compression:
Stored size: 448 Bytes
Contents
module Mutant class Matcher # A null matcher, that does not match any subjects class Null < self include Concord.new # Enumerate subjects # # @return [Enumerator<Subject] # if no block given # # @return [self] # otherwise # # @api private # def each return to_enum unless block_given? self end end # Null end # Matcher end # Mutant
Version data entries
19 entries across 19 versions & 1 rubygems