Sha256: c13d1b28b76cfcc7f1eaa516ea64124e33e2abaf28a31cdf7084ced769dfd486
Contents?: true
Size: 534 Bytes
Versions: 14
Compression:
Stored size: 534 Bytes
Contents
# encoding: utf-8 Mutant::Meta::Example.add do source 'super' singleton_mutations end Mutant::Meta::Example.add do source 'super()' singleton_mutations # this is zsuper a totally different node than super() mutation 'super' end Mutant::Meta::Example.add do source 'super(foo, bar)' singleton_mutations mutation 'super' 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
14 entries across 14 versions & 1 rubygems