From: Yukihiro Matsumoto Date: 2012-12-12T08:06:17+09:00 Subject: [ruby-core:50796] Re: [ruby-trunk - Feature #7517] Fixnum::MIN,MAX Hi, In message "Re: [ruby-core:50760] [ruby-trunk - Feature #7517] Fixnum::MIN,MAX" on Tue, 11 Dec 2012 23:04:30 +0900, "naruse (Yui NARUSE)" writes: |What is the use case? See #11 in portable way (i.e. portable among CRuby, JRuby, mruby, etc.) |If this is an mruby context, I suspect they should be Integer::MAX and Integer::MIN. Maybe, since mruby doesn't have Bignum. But CRuby cannot have Integer::MAX, so my intention to be portable will not be satisfied. matz.