From: "matz (Yukihiro Matsumoto)" Date: 2012-12-07T00:38:35+09:00 Subject: [ruby-core:50638] [ruby-trunk - Feature #7517] Fixnum::MIN,MAX Issue #7517 has been updated by matz (Yukihiro Matsumoto). It is especially useful for mruby that does not have Bignum, but I believe it's useful to tell how big fixnum is portable among Ruby implementations. Matz. ---------------------------------------- Feature #7517: Fixnum::MIN,MAX https://bugs.ruby-lang.org/issues/7517#change-34483 Author: matz (Yukihiro Matsumoto) Status: Assigned Priority: Normal Assignee: matz (Yukihiro Matsumoto) Category: core Target version: 2.0.0 Maximum (or minimum) number of fixnum can not be get in portable fashion, so I propose Fixnum::MAX and Fixnum::MIN just like Float::MAX and Float::MIN. Matz -- http://bugs.ruby-lang.org/