free_mutant/meta/ivar.rb
2018-09-12 13:15:43 +00:00

8 lines
126 B
Ruby

# frozen_string_literal: true
Mutant::Meta::Example.add :ivar do
source '@foo'
singleton_mutations
mutation 'foo'
end