From: nobu@... Date: 2021-01-29T04:16:40+00:00 Subject: [ruby-core:102282] [Ruby master Bug#17589] Pathname#each_line with chomp option raises TypeError Issue #17589 has been updated by nobu (Nobuyoshi Nakada). Backport changed from 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: UNKNOWN, 3.0: UNKNOWN to 2.5: DONTNEED, 2.6: DONTNEED, 2.7: REQUIRED, 3.0: REQUIRED https://github.com/ruby/ruby/pull/4128 ---------------------------------------- Bug #17589: Pathname#each_line with chomp option raises TypeError https://bugs.ruby-lang.org/issues/17589#change-90134 * Author: scivola20 (sciv ola) * Status: Open * 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: REQUIRED ---------------------------------------- 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: