KOBAYASHI Shuji
1a9ac02d8d
Refine "wrong number of arguments" message in mrb_get_args
...
#### Before this patch:
```ruby
__send__ #=> wrong number of arguments
{}.default(1,2) #=> wrong number of arguments
```
#### After this patch:
```ruby
__send__ #=> wrong number of arguments (given 0, expected 1+)
{}.default(1,2) #=> wrong number of arguments (given 2, expected 0..1)
```
2021-01-02 19:15:34 +09:00
..
2021-01-02 19:15:34 +09:00
2020-12-13 18:38:22 +10:00
2013-08-02 20:54:05 +09:00
2019-02-19 20:02:50 +09:00
2020-10-12 16:21:44 +09:00
2019-04-25 19:48:40 +09:00
2018-09-01 11:20:30 +09:00
2014-03-21 11:58:47 +09:00
2020-04-26 21:16:44 +09:00
2019-07-13 18:05:01 +09:00
2020-01-27 14:34:54 +09:00
2014-06-15 15:02:21 +09:00
2020-11-21 14:38:13 +09:00
2013-08-02 20:54:20 +09:00
2020-11-10 15:21:49 +09:00
2014-06-15 15:02:21 +09:00
2020-12-15 19:44:02 +10:00
2017-07-16 22:25:48 +02:00
2020-10-12 16:21:44 +09:00
2017-11-22 16:10:28 +09:00
2020-12-28 18:22:13 -08:00
2014-02-05 12:58:01 +09:00
2014-04-30 09:50:14 +09:00
2020-12-13 18:38:22 +10:00
2014-06-15 15:02:21 +09:00
2016-03-24 23:35:04 +09:00
2017-03-02 10:56:23 +09:00
2020-10-12 16:21:43 +09:00
2013-08-02 22:16:07 +09:00
2019-01-05 20:41:09 +09:00
2020-12-15 19:44:02 +10:00
2014-06-15 15:02:21 +09:00
2012-05-29 01:20:46 +08:00
2013-08-02 22:40:12 +09:00
2014-06-15 15:02:21 +09:00
2020-10-13 14:09:36 +09:00
2020-10-12 16:21:48 +09:00
2019-03-25 21:39:11 +09:00
2020-12-09 11:56:54 +09:00
2014-06-15 15:02:21 +09:00
2014-06-15 15:02:21 +09:00
2016-12-01 16:48:43 +09:00
2020-10-12 16:21:44 +09:00