From: "yhara (Yutaka HARA)" Date: 2012-12-01T01:57:34+09:00 Subject: [ruby-core:50400] [ruby-trunk - Bug #7440][Rejected] IO#lines etc. should return Array Issue #7440 has been updated by yhara (Yutaka HARA). Status changed from Open to Rejected This issue is now included in #6670. ---------------------------------------- Bug #7440: IO#lines etc. should return Array https://bugs.ruby-lang.org/issues/7440#change-34227 Author: yhara (Yutaka HARA) Status: Rejected Priority: Normal Assignee: yhara (Yutaka HARA) Category: core Target version: 2.0.0 ruby -v: ruby 2.0.0dev (2012-11-26 trunk 36708) [x86_64-darwin12.2.1] String#bytes, #chars, #codepints and #lines are changed to return Array in #6670. For consistent behavior, following methods should return Array too: * ARGF.lines, chars, bytes, codepoints * IO#lines, chars, bytes, codepoints * StringIO#lines, chars, bytes, codepoints * Zlib::GzipReader#lines, bytes Please let me know if there are more. -- http://bugs.ruby-lang.org/