From: matz@... Date: 2016-05-17T06:39:54+00:00 Subject: [ruby-core:75542] [Ruby trunk Feature#12005] Unify Fixnum and Bignum into Integer Issue #12005 has been updated by Yukihiro Matsumoto. I should have unified those classes at the first hand. It's much cleaner & simpler. Try unifying them and see if it would go well. Matz. ---------------------------------------- Feature #12005: Unify Fixnum and Bignum into Integer https://bugs.ruby-lang.org/issues/12005#change-58671 * Author: Yui NARUSE * Status: Assigned * Priority: Normal * Assignee: Kenta Murata ---------------------------------------- CRuby has two `Integer` classes, `Fixnum` and `Bignum`. But it is implementation detail. They should be seen as a single class `Integer` like `Flonum`. ---Files-------------------------------- unify-fixnum-and-bignum.patch (30.5 KB) -- https://bugs.ruby-lang.org/ Unsubscribe: