Sha256: eeede4b3a4b7150174de0c90f3363310741b2d588f8283ad16e367db76f566c3

Contents?: true

Size: 225 Bytes

Versions: 13

Compression:

Stored size: 225 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 false'
  mutation '!(true and false)'
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
mutant-0.6.5 meta/and.rb
mutant-0.6.4 meta/and.rb
mutant-0.6.3 meta/and.rb
mutant-0.6.2 meta/and.rb
mutant-0.6.0 meta/and.rb
mutant-0.5.26 meta/and.rb
mutant-0.5.25 meta/and.rb
mutant-0.5.24 meta/and.rb
mutant-0.5.23 meta/and.rb
mutant-0.5.22 meta/and.rb
mutant-0.5.21 meta/and.rb
mutant-0.5.20 meta/and.rb
mutant-0.5.19 meta/and.rb