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

Version Path
mutant-0.8.10 meta/super.rb
mutant-0.8.9 meta/super.rb
mutant-0.8.8 meta/super.rb
mutant-0.8.7 meta/super.rb
mutant-0.8.6 meta/super.rb
mutant-0.8.5 meta/super.rb
mutant-0.8.4 meta/super.rb
mutant-0.8.3 meta/super.rb