From: "mame (Yusuke Endoh)" Date: 2012-07-02T02:38:35+09:00 Subject: [ruby-core:46072] [ruby-trunk - Feature #4778] IO#each_chomped Issue #4778 has been updated by mame (Yusuke Endoh). Received, thank you! I missed (or forgot) this feature request, but I love it. Thank you putting this in the spotlight! -- Yusuke Endoh ---------------------------------------- Feature #4778: IO#each_chomped https://bugs.ruby-lang.org/issues/4778#change-27679 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/