diff --git a/TODO b/TODO index d19498e0..1f57bc1c 100644 --- a/TODO +++ b/TODO @@ -14,6 +14,7 @@ Mutations: * Mutate "def foo; bar; end" to "def foo; self; end"? * Emit negative and positive mutations * Mutate Block catch "def foo(&block)" and block pass "foo(&block)" + * Mutate super arguments just like send arguments Example of a negative mutation: Mutations on local variables and arguments prefixed with an underscore would be emitted as