Files
mruby-mruby/src
Yusuke Endoh 6f4c585bd7 Do not destruct rest arguments for __send__
Formerly, `__send__(*args)` modified `args` with `Array#shift`.
This bug affects optcarrot.

This changeset avoids the array destruction by using
`args = args[1, len-1]`.
2020-05-24 01:25:03 +09:00
..
2020-05-07 08:38:46 +09:00
2020-05-09 22:30:05 +09:00
2019-09-16 11:58:35 +09:00
2019-12-25 21:31:10 +09:00
2020-05-07 08:38:46 +09:00
2019-12-17 23:16:20 +09:00
2016-05-09 17:19:47 +02:00