Commit graph

8 commits

Author SHA1 Message Date
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
Markus Schirp
bd01dd5335 Correct regexp mutator in case of interpolation
Closes #67
2013-07-25 20:24:26 +02:00
Markus Schirp
1d981afae8 Move more literals to constants
As constans the literals get frozen. This improves sharpness of API use.
2013-07-21 22:19:41 +02:00
Markus Schirp
1be5f790a8 Use child nameing in literal regexp mutator 2013-06-21 15:32:36 +02:00
Markus Schirp
c6d1c3c0c8 Fix all yard docs 2013-06-15 16:37:43 +02:00
Markus Schirp
56fb2c7285 Port case mutations to parser 2013-06-14 21:12:09 +02:00
Markus Schirp
6b2e2a8bb0 Initial round of refactoring
* Remove some RBX only nodes
* Register parser types
* Remove all occurences of ::Rubinius when loading libraries
2013-06-14 21:11:54 +02:00
Markus Schirp
69e9de95ed Extract node specific mutator base class 2012-12-06 21:30:28 +01:00