Sha256: 597af4cc45d5774b458f47138da1284ed9ab4bce3de2ebbc2516e83617b44bd4

Contents?: true

Size: 267 Bytes

Versions: 3

Compression:

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mutant-0.9.11 meta/and.rb
mutant-0.9.10 meta/and.rb
mutant-0.9.9 meta/and.rb