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

7 lines
109 B
Ruby

# frozen_string_literal: true
Mutant::Meta::Example.add :str do
source '"foo"'
singleton_mutations
end