8 lines
136 B
Ruby
8 lines
136 B
Ruby
# frozen_string_literal: true
|
|
|
|
Mutant::Meta::Example.add :sym do
|
|
source ':foo'
|
|
|
|
singleton_mutations
|
|
mutation ':foo__mutant__'
|
|
end
|