Sha256: 688d56af482d8aecd91b42025ecb9c5af7eea312ff0a3d0e1da413e0756928f9
Contents?: true
Size: 398 Bytes
Versions: 21
Compression:
Stored size: 398 Bytes
Contents
# encoding: utf-8 Mutant::Meta::Example.add do source '@a.b += 1' singleton_mutations mutation '@a.b += -1' mutation '@a.b += 2' mutation '@a.b += 0' mutation '@a.b += nil' mutation '@a.b += self' mutation 'self.b += 1' # TODO: fix invalid AST # This should not get emitted as invalid AST with valid unparsed source mutation s(:op_asgn, s(:ivar, :@a), :+, s(:int, 1)) end
Version data entries
21 entries across 21 versions & 1 rubygems