Sha256: 6ed7c91d58072a6261d19231cfc43d5fc0e8bc89e1b2692959eb37697298f7e8

Contents?: true

Size: 315 Bytes

Versions: 3

Compression:

Stored size: 315 Bytes

Contents

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

3 entries across 3 versions & 1 rubygems

Version Path
mutant-0.8.1 meta/and.rb
mutant-0.8.0 meta/and.rb
mutant-0.7.9 meta/and.rb