Sha256: 38e4013551d42f9c23cfa5162fb3b9b86cc7c1930dde185154b66374a2dc116b

Contents?: true

Size: 334 Bytes

Versions: 10

Compression:

Stored size: 334 Bytes

Contents

# encoding: utf-8

Mutant::Meta::Example.add do
  source 'true and false'

  singleton_mutations
  mutation 'true'
  mutation 'false'
  mutation 'true or false'
  mutation 'true and nil'
  mutation 'nil and false'
  mutation 'false and false'
  mutation 'true and true'
  mutation '!true and false'
  mutation '!(true and false)'
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
mutant-0.7.8 meta/and.rb
mutant-0.7.7 meta/and.rb
mutant-0.7.6 meta/and.rb
mutant-0.7.5 meta/and.rb
mutant-0.7.4 meta/and.rb
mutant-0.7.3 meta/and.rb
mutant-0.7.2 meta/and.rb
mutant-0.7.1 meta/and.rb
mutant-0.6.7 meta/and.rb
mutant-0.6.6 meta/and.rb