2018-09-12 10:21:24 -04:00
|
|
|
# frozen_string_literal: true
|
2018-09-12 09:15:43 -04:00
|
|
|
|
2016-03-06 16:19:32 -05:00
|
|
|
Mutant::Meta::Example.add :nth_ref do
|
2014-06-02 08:57:14 -04:00
|
|
|
source '$1'
|
|
|
|
|
|
|
|
mutation '$2'
|
|
|
|
end
|
|
|
|
|
2016-03-06 16:19:32 -05:00
|
|
|
Mutant::Meta::Example.add :nth_ref do
|
|
|
|
source '$3'
|
2014-06-02 08:57:14 -04:00
|
|
|
|
2016-03-06 16:19:32 -05:00
|
|
|
mutation '$2'
|
|
|
|
mutation '$4'
|
2014-06-02 08:57:14 -04:00
|
|
|
end
|