free_mutant/lib/mutant/mutator/node
Dan Kubb 475512146f Change emit_nil to not emit on the left node of an assignment
* Add emit_nil to other nodes so that they can be replaced
  with nil, effectively removing them from the code.
2013-09-07 23:57:47 -07:00
..
connective Use 1.9 style hash syntax where possible 2013-09-07 20:27:06 +02:00
literal Use 1.9 style hash syntax where possible 2013-09-07 20:27:06 +02:00
named_value Change emit_nil to not emit on the left node of an assignment 2013-09-07 23:57:47 -07:00
send Add magic encoding header to all ruby files 2013-07-28 16:03:06 -07:00
and_asgn.rb Add explicit mutator for and_asgn 2013-09-07 23:57:47 -07:00
argument.rb Add magic encoding header to all ruby files 2013-07-28 16:03:06 -07:00
arguments.rb Add magic encoding header to all ruby files 2013-07-28 16:03:06 -07:00
begin.rb Refactor mutation emitter to support unparser 0.1.0 2013-09-06 01:43:17 +02:00
block.rb Change emit_nil to not emit on the left node of an assignment 2013-09-07 23:57:47 -07:00
case.rb Change emit_nil to not emit on the left node of an assignment 2013-09-07 23:57:47 -07:00
const.rb Fix constant mutation to not emit nil::Const anymnore 2013-08-07 11:15:22 -07:00
define.rb Add magic encoding header to all ruby files 2013-07-28 16:03:06 -07:00
dstr.rb Change emit_nil to not emit on the left node of an assignment 2013-09-07 23:57:47 -07:00
generic.rb Add explicit mutator for and_asgn 2013-09-07 23:57:47 -07:00
if.rb Change emit_nil to not emit on the left node of an assignment 2013-09-07 23:57:47 -07:00
literal.rb Remove method duplicated in parent class 2013-09-07 23:57:46 -07:00
masgn.rb Change emit_nil to not emit on the left node of an assignment 2013-09-07 23:57:47 -07:00
mlhs.rb Add magic encoding header to all ruby files 2013-07-28 16:03:06 -07:00
noop.rb Add magic encoding header to all ruby files 2013-07-28 16:03:06 -07:00
nthref.rb Add missing utf-8 encoding comments 2013-08-05 07:17:55 +02:00
op_asgn.rb Add explicit mutator for op_asgn 2013-09-07 23:57:47 -07:00
or_asgn.rb Add explicit mutator for or_asgn 2013-09-07 23:57:47 -07:00
return.rb Change emit_nil to not emit on the left node of an assignment 2013-09-07 23:57:47 -07:00
send.rb Change emit_nil to not emit on the left node of an assignment 2013-09-07 23:57:47 -07:00
splat.rb Add magic encoding header to all ruby files 2013-07-28 16:03:06 -07:00
super.rb Change emit_nil to not emit on the left node of an assignment 2013-09-07 23:57:47 -07:00
when.rb Add magic encoding header to all ruby files 2013-07-28 16:03:06 -07:00
while.rb Change emit_nil to not emit on the left node of an assignment 2013-09-07 23:57:47 -07:00
zsuper.rb Add magic encoding header to all ruby files 2013-07-28 16:03:06 -07:00