rubyx/stash/fragments
Torsten Ruger 67a6ef9f67 add rewriting of operator assignment
foo += 1 becomes foo = foo + 1 in vool
2018-06-25 16:32:20 +03:00
..
collector.rb cleaning out stash 2018-03-19 16:25:27 +05:30
test_adds.rb add rewriting of operator assignment 2018-06-25 16:32:20 +03:00
test_calls.rb cleaning out stash 2018-03-19 16:25:27 +05:30
test_itos.rb cleaning out stash 2018-03-19 16:25:27 +05:30
test_loop.rb cleaning out stash 2018-03-19 16:25:27 +05:30
test_many_adds.rb cleaning out stash 2018-03-19 16:25:27 +05:30
test_many_calls.rb cleaning out stash 2018-03-19 16:25:27 +05:30
test_many_hello.rb cleaning out stash 2018-03-19 16:25:27 +05:30
test_many_itos.rb cleaning out stash 2018-03-19 16:25:27 +05:30