From: "trans (Thomas Sawyer)" Date: 2012-07-02T03:15:34+09:00 Subject: [ruby-core:46081] [ruby-trunk - Feature #4778] IO#each_chomped Issue #4778 has been updated by trans (Thomas Sawyer). How about just `each_chomp(str="\n")` ? ---------------------------------------- Feature #4778: IO#each_chomped https://bugs.ruby-lang.org/issues/4778#change-27688 Author: yimutang (Joey Zhou) Status: Assigned Priority: Normal Assignee: matz (Yukihiro Matsumoto) Category: Target version: When manipulating text files, mostly, the input record separator(saying "\n") is scrap and will be chomped. I suggest a method IO#each_chomped directly yielding the record with input record separator chomped. Laziness is a virtue.. Joey -- http://bugs.ruby-lang.org/