Sha256: d2bb8f6ecc36b86e566edfb64d9959141f2fbffcc7fc1ea5b95bcafa720ced0c

Contents?: true

Size: 407 Bytes

Versions: 3

Compression:

Stored size: 407 Bytes

Contents

# frozen_string_literal: true

Mutant::Meta::Example.add :ivasgn do
  source '@a = true'

  singleton_mutations
  mutation '@a__mutant__ = true'
  mutation '@a = false'
end

Mutant::Meta::Example.add :ivasgn do
  source '@a &&= 1'

  singleton_mutations

  mutation '@a__mutant__ &&= 1'
  mutation '@a &&= nil'
  mutation '@a &&= 0'
  mutation '@a &&= -1'
  mutation '@a &&= 2'
  mutation '@a &&= self'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mutant-0.9.11 meta/ivasgn.rb
mutant-0.9.10 meta/ivasgn.rb
mutant-0.9.9 meta/ivasgn.rb