017ccc1044
Also reorganizes parts of meta to align filenames to node name better. Closes #191
16 lines
238 B
Ruby
16 lines
238 B
Ruby
# encoding: utf-8
|
|
|
|
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
|