class Mutant::Mutator::Node::Index::Assign
def dispatch
def dispatch super return if left_op_assignment? emit_index_read emit(children.last) mutate_child(children.length.pred) end
def dispatch super return if left_op_assignment? emit_index_read emit(children.last) mutate_child(children.length.pred) end