Sha256: 685cb07092328a21c2c0361acab16a3116300f36ddd19abd8b62eb9926dc4348

Contents?: true

Size: 320 Bytes

Versions: 17

Compression:

Stored size: 320 Bytes

Contents

# frozen_string_literal: true

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

17 entries across 17 versions & 1 rubygems

Version Path
mutant-0.9.8 meta/and.rb
mutant-0.9.7 meta/and.rb
mutant-0.9.6 meta/and.rb
mutant-0.9.5 meta/and.rb
mutant-0.9.4 meta/and.rb
mutant-0.9.3 meta/and.rb
mutant-0.9.2 meta/and.rb
mutant-0.9.1 meta/and.rb
mutant-0.9.0 meta/and.rb
mutant-0.8.24 meta/and.rb
mutant-0.8.23 meta/and.rb
mutant-0.8.22 meta/and.rb
mutant-0.8.21 meta/and.rb
mutant-0.8.20 meta/and.rb
mutant-0.8.19 meta/and.rb
mutant-0.8.18 meta/and.rb
mutant-0.8.17 meta/and.rb