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