Sha256: bf979cb54b9e7e80f77e97b419d416d8131b9e2642e0f22bc03157850241bdf8

Contents?: true

Size: 289 Bytes

Versions: 6

Compression:

Stored size: 289 Bytes

Contents

Mutant::Meta::Example.add :and 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'
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
mutant-0.8.16 meta/and.rb
mutant-0.8.15 meta/and.rb
mutant-0.8.14 meta/and.rb
mutant-0.8.13 meta/and.rb
mutant-0.8.12 meta/and.rb
mutant-0.8.11 meta/and.rb