From: shevegen@... Date: 2016-01-23T08:44:42+00:00 Subject: [ruby-core:73309] [Ruby trunk - Feature #12005] Unify Fixnum and Bignum into Integer Issue #12005 has been updated by Robert A. Heiler. I like the idea behind it. \o/ Would probably make more sense too if the defining difference for it used to be due to performance reasons, as Yui NARUSE wrote. ---------------------------------------- Feature #12005: Unify Fixnum and Bignum into Integer https://bugs.ruby-lang.org/issues/12005#change-56537 * Author: Yui NARUSE * Status: Open * Priority: Normal * Assignee: ---------------------------------------- CRuby has two `Integer` classes, `Fixnum` and `Bignum`. But it is implementation detail. They should be seen as a single class `Integer` like `Flonum`. -- https://bugs.ruby-lang.org/ Unsubscribe: