Sha256: 178b68600a7f94999abd8ddd2b89222797d1df2d2ccd5ab359ba9dc1456b795e

Contents?: true

Size: 402 Bytes

Versions: 1

Compression:

Stored size: 402 Bytes

Contents

# encoding: utf-8

Mutant::Meta::Example.add do
  source 'super'

  mutation 'nil'
end

Mutant::Meta::Example.add do
  source 'super()'

  mutation 'super'
  mutation 'nil'
end

Mutant::Meta::Example.add do
  source 'super(foo, bar)'

  mutation 'super'
  mutation 'super()'
  mutation 'super(foo)'
  mutation 'super(bar)'
  mutation 'super(foo, nil)'
  mutation 'super(nil, bar)'
  mutation 'nil'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mutant-0.5.18 meta/super.rb