summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-05 07:28:09 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-05 07:28:09 +0000
commita2144bd72aad7c25e160cf283f957d59fe7c90b2 (patch)
tree06a002592baeb95dc5db6eebf2e697f504b26b20 /NEWS
parentcc7b3feb097fce18b207da8366f247e8b487fe34 (diff)
chomp option
* io.c (extract_getline_opts): extract chomp option. [Feature #12553] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56581 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3666aa4c34..439057a6e1 100644
--- a/NEWS
+++ b/NEWS
@@ -83,6 +83,11 @@ with all sufficient information, see the ChangeLog file or Redmine
* Integer#digits for extracting columns of place-value notation [Feature #12447]
+* IO
+
+ * IO#gets, IO#readline, IO#each_line, IO#readlines, IO#foreach now takes
+ an optional keyword argument, chomp flag.
+
* Kernel
* Kernel#clone now takes an optional keyword argument, freeze flag.