mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
0a63cdd594
For Array#sample and Array#shuffle. They used to take optional ordinal argument for Random object but CRuby uses `random:` keyword argument. Now mruby is compatible with CRuby here.