Update TODO

This commit is contained in:
Markus Schirp 2012-08-14 12:41:29 +02:00
parent 3e23c9258f
commit 7772e26e98

1
TODO
View file

@ -18,3 +18,4 @@
* Support the numerous Rubinius::AST::SendWithArguments mutations.
* Fix rubinius to allow setting @vcall_style variable in Rubinius::AST::Send nodes.
* Add mutations on the conditions of case statements. (Rubinius::AST::When)
* Move shared mutations into modules. The mutator base class is the wrong location to hold them.