Sha256: faa49a517df9d22a703801463e70fa46f29c18af39ef58f751dca1f7e58b6e62
Contents?: true
Size: 462 Bytes
Versions: 6
Compression:
Stored size: 462 Bytes
Contents
Mutant::Meta::Example.add :super do source 'super' singleton_mutations mutation 'super()' end Mutant::Meta::Example.add :super do source 'super()' singleton_mutations end Mutant::Meta::Example.add :super 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
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
mutant-0.8.16 | meta/super.rb |
mutant-0.8.15 | meta/super.rb |
mutant-0.8.14 | meta/super.rb |
mutant-0.8.13 | meta/super.rb |
mutant-0.8.12 | meta/super.rb |
mutant-0.8.11 | meta/super.rb |