Sha256: 685cb07092328a21c2c0361acab16a3116300f36ddd19abd8b62eb9926dc4348
Contents?: true
Size: 320 Bytes
Versions: 17
Compression:
Stored size: 320 Bytes
Contents
# frozen_string_literal: true Mutant::Meta::Example.add :and 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' end
Version data entries
17 entries across 17 versions & 1 rubygems