Sha256: a5eb8e113b9096f9a50cd189fd494030782f6eb451fea76da581a62ef01ed90a
Contents?: true
Size: 429 Bytes
Versions: 17
Compression:
Stored size: 429 Bytes
Contents
# frozen_string_literal: true Mutant::Meta::Example.add :ivasgn do source '@a = true' singleton_mutations mutation '@a__mutant__ = true' mutation '@a = false' mutation '@a = nil' end Mutant::Meta::Example.add :ivasgn do source '@a &&= 1' singleton_mutations mutation '@a__mutant__ &&= 1' mutation '@a &&= nil' mutation '@a &&= 0' mutation '@a &&= -1' mutation '@a &&= 2' mutation '@a &&= self' end
Version data entries
17 entries across 17 versions & 1 rubygems