diff options
| author | KOBAYASHI Shuji <[email protected]> | 2019-07-17 19:16:44 +0900 |
|---|---|---|
| committer | KOBAYASHI Shuji <[email protected]> | 2019-07-17 19:18:23 +0900 |
| commit | 1b7516a4ae144bfdc36356294e93b8af9c4a0a3f (patch) | |
| tree | a23c2cb2a1812f68502b46896eac961b7211a38d /src/kernel.c | |
| parent | d5939879ccae40ba4623fce05b8f67dd05a465d7 (diff) | |
| download | mruby-1b7516a4ae144bfdc36356294e93b8af9c4a0a3f.tar.gz mruby-1b7516a4ae144bfdc36356294e93b8af9c4a0a3f.zip | |
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
Diffstat (limited to 'src/kernel.c')
0 files changed, 0 insertions, 0 deletions
