2014-06-02 08:57:14 -04:00
|
|
|
Mutant::Meta::Example.add do
|
|
|
|
source 'defined?(foo)'
|
|
|
|
|
2015-08-10 09:53:19 -04:00
|
|
|
singleton_mutations
|
2014-06-02 08:57:14 -04:00
|
|
|
mutation 'defined?(nil)'
|
2015-08-10 02:01:29 -04:00
|
|
|
mutation 'true'
|
2014-06-02 08:57:14 -04:00
|
|
|
end
|