free_mutant/meta/cvasgn.rb

11 lines
179 B
Ruby
Raw Normal View History

2014-06-02 10:22:57 -04:00
# encoding: utf-8
Mutant::Meta::Example.add do
source '@@a = true'
singleton_mutations
2014-06-02 10:22:57 -04:00
mutation '@@a__mutant__ = true'
mutation '@@a = false'
mutation '@@a = nil'
end