12 lines
163 B
Ruby
12 lines
163 B
Ruby
Mutant::Meta::Example.add :nth_ref do
|
|
source '$1'
|
|
|
|
mutation '$2'
|
|
end
|
|
|
|
Mutant::Meta::Example.add :nth_ref do
|
|
source '$3'
|
|
|
|
mutation '$2'
|
|
mutation '$4'
|
|
end
|