aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-01 07:50:53 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-01 07:50:53 +0000
commitdc460944bb483b45908ab028fa64467113a45ddc (patch)
treea52f0e7e2806d023f52a05d7e35032dc04eed1b2 /NEWS
parent430d3bd6e0cc4a2fd0616c1a2a11e371248d0737 (diff)
downloadruby-dc460944bb483b45908ab028fa64467113a45ddc.tar.gz
object.c: Kernel#yield_self
* object.c (rb_obj_yield_self): new method which yields the receiver and returns the result. [ruby-core:46320] [Feature #6721] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58528 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 399f1fe010..29033dd93f 100644
--- a/NEWS
+++ b/NEWS
@@ -40,6 +40,10 @@ with all sufficient information, see the ChangeLog file or Redmine
* exception message "stream closed" is changed [Bug #13405]
+* Kernel
+
+ * Kernel#yield_self [Feature #6721]
+
* Numeric
* Numerical comparison operators (<,<=,>=,>) no longer rescue exceptions