Fix `(fixnum_value ... float_value).min` with `mruby-range-ext`
Before this patch: $ bin/mruby -e 'p (2...4.0).min' #=> TypeError After this patch (same as CRuby and without `mruby-range-ext`): $ bin/mruby -e 'p (2...4.0).min' #=> 2
Showing
Please register or sign in to comment