Commit graph

7 commits

Author SHA1 Message Date
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
Dan Kubb
7293386c26 Add magic encoding header to all ruby files
* rubocop still warns about this on ruby 1.9.3, so it was fixed so
  it produces less output on travis.
2013-07-28 16:03:06 -07:00
Dan Kubb
e85bdfa0e9 Add mutator for zsuper node 2013-07-23 01:04:31 -07:00
Markus Schirp
c230ca74b9 Port super mutator to parser 2013-06-14 21:12:10 +02:00
Markus Schirp
a0dd3c9a59 Do not mutate super to super and prep release 2013-01-10 21:09:37 +01:00
Markus Schirp
36f1b8d0ec Add mutations for super 2013-01-02 01:04:16 +01:00
Markus Schirp
08eb381c37 Add super mutations 2013-01-01 23:28:21 +01:00