free_mutant/meta/ivasgn.rb

9 lines
156 B
Ruby
Raw Normal View History

2014-06-02 10:22:57 -04:00
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