Sha256: bb0242a002fd351e2ea9c974131bac47e03f471caa8633e3727b3a8e5e677989

Contents?: true

Size: 328 Bytes

Versions: 10

Compression:

Stored size: 328 Bytes

Contents

# encoding: utf-8

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

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

Version data entries

10 entries across 10 versions & 1 rubygems

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