10 lines
183 B
Ruby
10 lines
183 B
Ruby
# frozen_string_literal: true
|
|
|
|
Mutant::Meta::Example.add :yield do
|
|
source 'yield true'
|
|
|
|
singleton_mutations
|
|
mutation 'yield false'
|
|
mutation 'yield nil'
|
|
mutation 'yield'
|
|
end
|