ruby-changes:27352
From: marcandre <ko1@a...>
Date: Sat, 23 Feb 2013 08:20:03 +0900 (JST)
Subject: [ruby-changes:27352] marcandRe: r39404 (trunk): * NEWS: Fix ARGF#codepoints
marcandre 2013-02-23 08:17:49 +0900 (Sat, 23 Feb 2013) New Revision: 39404 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39404 Log: * NEWS: Fix ARGF#codepoints Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 39403) +++ NEWS (revision 39404) @@ -18,6 +18,10 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L18 === Library updates (outstanding ones only) * builtin classes + * ARGF + * added method: + * added ARGF#codepoints and ARGF#each_codepoint, like the corresponding + methods for IO. * Array * added method: @@ -456,7 +460,6 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L460 * IO#bytes * ARGF#lines * ARGF#chars - * ARGF#codepoints * ARGF#bytes * StringIO#lines * StringIO#chars -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/