8 lines
135 B
Ruby
8 lines
135 B
Ruby
|
Mutant::Meta::Example.add :regopt do
|
||
|
source '/foo/ixom'
|
||
|
|
||
|
singleton_mutations
|
||
|
mutation '//ixom'
|
||
|
mutation '/nomatch\\A/ixom'
|
||
|
end
|