free_mutant/meta/nthref.rb
2016-03-22 01:01:21 +00:00

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