lib/mutant/mutator/node.rb in mutant-0.10.26 vs lib/mutant/mutator/node.rb in mutant-0.10.27

- old
+ new

@@ -65,14 +65,9 @@ emit(node) unless AST::Types::NOT_STANDALONE.include?(node.type) end def emit_singletons emit_nil - emit_self - end - - def emit_self - emit(N_SELF) end def emit_nil emit(N_NIL) unless left_op_assignment? end