|
84b9811e55
|
Fixing ruby send with arguments
When send has complex args, mostly more sends, we hoist those out and pass created temporary variables
|
2019-08-15 21:30:36 +03:00 |
|
Torsten Ruger
|
d73e1526cd
|
Some docs and to_s testing
somewhat code_climate inspired
|
2018-09-01 15:54:25 +03:00 |
|
Torsten Ruger
|
4fe0edd1e3
|
first risc level block test working
assign was not executing yield
baecause it was just testing for send, instead of callable
|
2018-07-30 20:11:52 +03:00 |
|
Torsten Ruger
|
198a43cc8d
|
rename callable to CallStatement
Callable is the Method, whereas here we call the method
|
2018-07-30 14:44:14 +03:00 |
|