c392cb5e4b
* Mutant is ruby 2.0+ only where UTF-8 is default encoding
7 lines
108 B
Ruby
7 lines
108 B
Ruby
Mutant::Meta::Example.add do
|
|
source 'A::B::C'
|
|
|
|
singleton_mutations
|
|
mutation 'B::C'
|
|
mutation 'C'
|
|
end
|