Files
mruby-mruby/test/t
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
..
2013-06-14 21:35:49 +08:00
2019-09-07 22:27:30 +09:00
2018-08-25 09:19:17 +09:00
2014-04-30 09:50:14 +09:00
2019-01-05 20:41:09 +09:00
2019-03-25 21:39:11 +09:00
2016-12-01 16:48:43 +09:00