free_mutant/meta/return.rb

17 lines
238 B
Ruby
Raw Normal View History

# encoding: utf-8
Mutant::Meta::Example.add do
source 'return'
singleton_mutations
end
Mutant::Meta::Example.add do
source 'return foo'
singleton_mutations
mutation 'foo'
mutation 'return nil'
mutation 'return self'
end