free_mutant/meta/csend.rb
2016-01-24 03:49:49 +00:00

8 lines
125 B
Ruby

Mutant::Meta::Example.add do
source 'a&.b'
singleton_mutations
mutation 'a.b'
mutation 'self&.b'
mutation 'a'
end