rubyhackchallenge icon indicating copy to clipboard operation
rubyhackchallenge copied to clipboard

Introduce Integer::MIN,MAX

Open robertomiranda opened this issue 5 years ago • 0 comments

Implements Matz suggestion https://bugs.ruby-lang.org/issues/7517 as part of https://github.com/ko1/rubyhackchallenge

Maximum (or minimum) number of fixnum can not be get in portable fashion, so I propose Integer::MAX and Integer::MIN just like Float::MAX and Float::MIN.

robertomiranda avatar Jul 02 '19 13:07 robertomiranda