ruby-changes:28830
From: naruse <ko1@a...>
Date: Tue, 21 May 2013 22:52:32 +0900 (JST)
Subject: [ruby-changes:28830] naruse:r40882 (trunk): Add NEWS about r40881, StringScanner#[] supports named captures.
naruse 2013-05-21 22:51:25 +0900 (Tue, 21 May 2013) New Revision: 40882 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=40882 Log: Add NEWS about r40881, StringScanner#[] supports named captures. Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 40881) +++ NEWS (revision 40882) @@ -86,6 +86,10 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L86 * New methods: * Socket.getifaddrs +* StringScanner + * extended methods: + * StringScanner#[] supports named captures. + * Tempfile * New methods: * Tempfile.create -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/