Sha256: 8cca1cde63cac1d07911f2b0d511f5c444a85c5be22046b933514d70613df74a

Contents?: true

Size: 314 Bytes

Versions: 17

Compression:

Stored size: 314 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

17 entries across 17 versions & 1 rubygems

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