Sha256: b85a8e330e4db1342ee69c938c52713d373118dc71598b9611eb270e9e099a4c
Contents?: true
Size: 339 Bytes
Versions: 17
Compression:
Stored size: 339 Bytes
Contents
# frozen_string_literal: true Mutant::Meta::Example.add :match_current_line do source 'true if /foo/' singleton_mutations mutation 'false if /foo/' mutation 'true if //' mutation 'nil if /foo/' mutation 'true if true' mutation 'true if false' mutation 'true if nil' mutation 'true if /nomatch\A/' mutation 'true' end
Version data entries
17 entries across 17 versions & 1 rubygems