Sha256: 8738b064bb19ff20cce6ecb99ec02bb6ab5ab6b474b9edee36e1aab4f4346ada

Contents?: true

Size: 493 Bytes

Versions: 20

Compression:

Stored size: 493 Bytes

Contents

# frozen_string_literal: true

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

20 entries across 20 versions & 1 rubygems

Version Path
mutant-0.9.11 meta/super.rb
mutant-0.9.10 meta/super.rb
mutant-0.9.9 meta/super.rb
mutant-0.9.8 meta/super.rb
mutant-0.9.7 meta/super.rb
mutant-0.9.6 meta/super.rb
mutant-0.9.5 meta/super.rb
mutant-0.9.4 meta/super.rb
mutant-0.9.3 meta/super.rb
mutant-0.9.2 meta/super.rb
mutant-0.9.1 meta/super.rb
mutant-0.9.0 meta/super.rb
mutant-0.8.24 meta/super.rb
mutant-0.8.23 meta/super.rb
mutant-0.8.22 meta/super.rb
mutant-0.8.21 meta/super.rb
mutant-0.8.20 meta/super.rb
mutant-0.8.19 meta/super.rb
mutant-0.8.18 meta/super.rb
mutant-0.8.17 meta/super.rb