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

9 lines
167 B
Ruby

# frozen_string_literal: true
Mutant::Meta::Example.add :defined? do
source 'defined?(foo)'
singleton_mutations
mutation 'defined?(nil)'
mutation 'true'
end