Sha256: 370d312c1e85fe438fe2dc24167b6b8257c6dfb06263dc0a03ffd57b88792973
Contents?: true
Size: 441 Bytes
Versions: 8
Compression:
Stored size: 441 Bytes
Contents
Mutant::Meta::Example.add do source 'super' singleton_mutations mutation 'super()' end Mutant::Meta::Example.add do source 'super()' singleton_mutations end Mutant::Meta::Example.add do source 'super(foo, bar)' singleton_mutations mutation 'super()' mutation 'super(foo)' mutation 'super(bar)' mutation 'super(foo, nil)' mutation 'super(foo, self)' mutation 'super(nil, bar)' mutation 'super(self, bar)' end
Version data entries
8 entries across 8 versions & 1 rubygems