free_mutant/meta/csend.rb

9 lines
125 B
Ruby
Raw Normal View History

2016-01-23 22:49:49 -05:00
Mutant::Meta::Example.add do
source 'a&.b'
singleton_mutations
mutation 'a.b'
mutation 'self&.b'
mutation 'a'
end