c392cb5e4b
* Mutant is ruby 2.0+ only where UTF-8 is default encoding
14 lines
219 B
Ruby
14 lines
219 B
Ruby
Mutant::Meta::Example.add do
|
|
source 'return'
|
|
|
|
singleton_mutations
|
|
end
|
|
|
|
Mutant::Meta::Example.add do
|
|
source 'return foo'
|
|
|
|
singleton_mutations
|
|
mutation 'foo'
|
|
mutation 'return nil'
|
|
mutation 'return self'
|
|
end
|