2016-03-06 21:19:32 +00:00
|
|
|
Mutant::Meta::Example.add :nth_ref do
|
2014-06-02 12:57:14 +00:00
|
|
|
source '$1'
|
|
|
|
|
|
|
|
mutation '$2'
|
|
|
|
end
|
|
|
|
|
2016-03-06 21:19:32 +00:00
|
|
|
Mutant::Meta::Example.add :nth_ref do
|
|
|
|
source '$3'
|
2014-06-02 12:57:14 +00:00
|
|
|
|
2016-03-06 21:19:32 +00:00
|
|
|
mutation '$2'
|
|
|
|
mutation '$4'
|
2014-06-02 12:57:14 +00:00
|
|
|
end
|