free_mutant/meta/csend.rb

9 lines
132 B
Ruby
Raw Normal View History

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