Files
mruby-mruby/test/t
Yukihiro "Matz" Matsumoto 092dd4a667 Argument forwarding with ... now supports leading arguments.
```ruby
def method_missing(meth, ...)
  send(:"do_#{meth}", ...)
end
```
2020-12-09 11:56:54 +09:00
..
2020-11-10 15:21:49 +09:00
2018-08-25 09:19:17 +09:00
2014-04-30 09:50:14 +09:00
2020-10-12 16:21:43 +09:00
2019-01-05 20:41:09 +09:00
2020-10-29 10:43:09 +09:00
2019-03-25 21:39:11 +09:00
2016-12-01 16:48:43 +09:00