free_mutant/meta/regopt.rb

8 lines
135 B
Ruby
Raw Normal View History

2016-04-06 05:19:11 -04:00
Mutant::Meta::Example.add :regopt do
source '/foo/ixom'
singleton_mutations
mutation '//ixom'
mutation '/nomatch\\A/ixom'
end