free_mutant/meta/regopt.rb
2016-04-15 01:03:58 -07:00

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