Sha256: 38e4013551d42f9c23cfa5162fb3b9b86cc7c1930dde185154b66374a2dc116b
Contents?: true
Size: 334 Bytes
Versions: 10
Compression:
Stored size: 334 Bytes
Contents
# encoding: utf-8 Mutant::Meta::Example.add do source 'true and false' singleton_mutations mutation 'true' mutation 'false' mutation 'true or false' mutation 'true and nil' mutation 'nil and false' mutation 'false and false' mutation 'true and true' mutation '!true and false' mutation '!(true and false)' end
Version data entries
10 entries across 10 versions & 1 rubygems