class Mutest::Mutator::Node::AndAsgn
AndAsgn
mutator
Private Instance Methods
dispatch()
click to toggle source
Emit mutations
@return [undefined]
# File lib/mutest/mutator/node/and_asgn.rb, line 15 def dispatch emit_singletons emit_left_mutations do |node| !n_self?(node) end emit_right_mutations end