From: naruse@... Date: 2021-02-02T11:49:08+00:00 Subject: [ruby-core:102382] [Ruby master Bug#17589] Pathname#each_line with chomp option raises TypeError Issue #17589 has been updated by naruse (Yui NARUSE). Backport changed from 2.5: DONTNEED, 2.6: DONTNEED, 2.7: REQUIRED, 3.0: REQUIRED to 2.5: DONTNEED, 2.6: DONTNEED, 2.7: REQUIRED, 3.0: DONE ruby_3_0 3cebc709539c9d0ac5bf0b7b280ec74c8029815f merged revision(s) 9241211538189a58b477bd55b539357617fd42ed. ---------------------------------------- Bug #17589: Pathname#each_line with chomp option raises TypeError https://bugs.ruby-lang.org/issues/17589#change-90244 * Author: scivola20 (sciv ola) * Status: Closed * Priority: Normal * ruby -v: ruby 3.0.0p0 (2020-12-25 revision 95aff21468) [x86_64-darwin17] * Backport: 2.5: DONTNEED, 2.6: DONTNEED, 2.7: REQUIRED, 3.0: DONE ---------------------------------------- With Ruby 3.0, ```rb require "pathname" Pathname(__FILE__).each_line(chomp: true){ } ``` causes > no implicit conversion of Hash into Integer (TypeError) In case of Ruby 2.7.2, it does not raise but diplay: > warning: Using the last argument as keyword parameters is deprecated -- https://bugs.ruby-lang.org/ Unsubscribe: