1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/test/core_ext/array
Jeremy Daer 89e2f7e722
Support for unified Integer class in Ruby 2.4+
Ruby 2.4 unifies Fixnum and Bignum into Integer: https://bugs.ruby-lang.org/issues/12005

* Forward compat with new unified Integer class in Ruby 2.4+.
* Backward compat with separate Fixnum/Bignum in Ruby 2.2 & 2.3.
* Drops needless Fixnum distinction in docs, preferring Integer.
2016-05-18 21:58:51 -07:00
..
access_test.rb rename to 'second_to_last' and 'third_to_last' 2016-02-10 10:10:38 -08:00
conversions_test.rb Support for unified Integer class in Ruby 2.4+ 2016-05-18 21:58:51 -07:00
extract_options_test.rb Move array test files under array 2014-07-29 18:13:52 +05:30
grouping_test.rb Support for unified Integer class in Ruby 2.4+ 2016-05-18 21:58:51 -07:00
prepend_append_test.rb Move array test files under array 2014-07-29 18:13:52 +05:30
wrap_test.rb Move array test files under array 2014-07-29 18:13:52 +05:30