7 lines
92 B
Ruby
7 lines
92 B
Ruby
# encoding: utf-8
|
|
|
|
Mutant::Meta::Example.add do
|
|
source '"foo"'
|
|
|
|
singleton_mutations
|
|
end
|