ruby-changes:44913
From: kazu <ko1@a...>
Date: Mon, 5 Dec 2016 21:35:07 +0900 (JST)
Subject: [ruby-changes:44913] kazu:r56986 (trunk): NEWS: mention chomp option of String and StringIO
kazu 2016-12-05 21:35:02 +0900 (Mon, 05 Dec 2016) New Revision: 56986 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=56986 Log: NEWS: mention chomp option of String and StringIO Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 56985) +++ NEWS (revision 56986) @@ -159,8 +159,16 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L159 * String#concat, String#prepend [Feature #12333] Now takes multiple arguments. + * String#each_line, String#lines now takes an optional keyword argument, + chomp flag. [Feature #12553] + * String#unpack1 [Feature #12752] +* StringIO + + * StringIO#gets, StringIO#readline, StringIO#each_line, StringIO#readlines now takes + an optional keyword argument, chomp flag. [Feature #12553] + * Symbol * Symbol#casecmp? [Feature #12786] -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/