Files
mruby-mruby/include/mruby
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
..
2019-08-18 20:12:44 +09:00
2019-08-18 20:12:44 +09:00
2019-09-29 23:55:38 +09:00
2019-08-18 20:12:44 +09:00
2019-08-18 20:12:44 +09:00
2019-08-18 20:12:44 +09:00
2020-05-07 08:38:46 +09:00
2019-09-16 11:14:13 +09:00
2019-08-18 20:12:44 +09:00
2019-08-18 20:12:44 +09:00
2019-08-18 20:12:44 +09:00
2019-11-19 18:58:11 +09:00