mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
ede3bed9e6
that checks if the value is an `Integer` which may be a big integer, where existing `mrb_ensure_int_type()` checks if the value is an Integer **and** fits in `mrb_int`.