object.c: avoid implicit `to_i` and `to_f` calls.
mruby have removed `to_int` implicit conversion, so `mrb_to_integer` should not call `to_i` for conversion.
Showing
Please register or sign in to comment
mruby have removed `to_int` implicit conversion, so `mrb_to_integer` should not call `to_i` for conversion.