9 lines
125 B
Ruby
9 lines
125 B
Ruby
|
Mutant::Meta::Example.add do
|
||
|
source 'a&.b'
|
||
|
|
||
|
singleton_mutations
|
||
|
mutation 'a.b'
|
||
|
mutation 'self&.b'
|
||
|
mutation 'a'
|
||
|
end
|