c392cb5e4b
* Mutant is ruby 2.0+ only where UTF-8 is default encoding
9 lines
165 B
Ruby
9 lines
165 B
Ruby
Mutant::Meta::Example.add do
|
|
source 'next true'
|
|
|
|
singleton_mutations
|
|
mutation 'next false'
|
|
mutation 'next nil'
|
|
mutation 'next'
|
|
mutation 'break true'
|
|
end
|