6 lines
86 B
Ruby
6 lines
86 B
Ruby
|
Mutant::Meta::Example.add do
|
||
|
source 'defined?(foo)'
|
||
|
|
||
|
mutation 'defined?(nil)'
|
||
|
end
|