Commit graph

5 commits

Author SHA1 Message Date
Markus Schirp
f1b4dc2c2f Use 1.9 hash syntax also for specs 2013-09-08 22:12:23 +02:00
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
1d567f65f1 Add explicit mutator for dstr 2013-09-07 23:57:46 -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
f8ede7fb4a Add stub specs for some generic nodes
* Still more nodes to add, but I wanted to take a break but didn't
  want to wait to add these.
2013-07-28 15:34:26 -07:00