From: zn@... Date: 2016-10-06T12:33:05+00:00 Subject: [ruby-core:77502] [Ruby trunk Bug#12815] Integer#digits's error message different when base is Fixnum or Bignum Issue #12815 has been reported by Kazuhiro NISHIYAMA. ---------------------------------------- Bug #12815: Integer#digits's error message different when base is Fixnum or Bignum https://bugs.ruby-lang.org/issues/12815 * Author: Kazuhiro NISHIYAMA * Status: Assigned * Priority: Normal * Assignee: Kenta Murata * ruby -v: ruby 2.4.0dev (2016-10-06 trunk 56364) [x86_64-linux] * Backport: 2.1: DONTNEED, 2.2: DONTNEED, 2.3: DONTNEED ---------------------------------------- Is this intended? ``` % ruby -ve '60.upto(65){|n| 1.digits(-(1< # # # # # ``` -- https://bugs.ruby-lang.org/ Unsubscribe: