![Markus Schirp](/assets/img/avatar_default.png)
The mutation examples are now introspectable, this allows to render nice index or performing better automated analysis against the corpus.
9 lines
122 B
Ruby
9 lines
122 B
Ruby
# encoding: utf-8
|
|
|
|
Mutant::Meta::Example.add do
|
|
source 'A::B::C'
|
|
|
|
mutation 'nil'
|
|
mutation 'B::C'
|
|
mutation 'C'
|
|
end
|