summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-26 03:08:26 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-26 03:08:26 +0000
commit35ec34fa2f20e208e2d1ad5574c7d81a8ae9ecc3 (patch)
tree78ae88f5bb834ab555dd5b8bae4bfe8e30d52c75 /NEWS
parent90ac7da8c85bd1a1f13cf2bee7381ae77a4a928e (diff)
Merge from ruby_1_8, including r16205.
Note that passing a block to a Proc is experimental and partly broken. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@16605 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2f371027c3..ae520a971d 100644
--- a/NEWS
+++ b/NEWS
@@ -190,7 +190,10 @@ with all sufficient information, see the ChangeLog file.
Return an enumerator if no block is given.
- * Object#tap implemented.
+ * Object#instance_exec
+ * Object#tap
+
+ New methods.
* ObjectSpace.each_object
@@ -345,6 +348,12 @@ with all sufficient information, see the ChangeLog file.
=== Interpreter Implementation
+* passing a block to a Proc [experimental]
+
+ This implementation in current shape is known to be buggy/broken,
+ especially with nested block invocation. Take this as an
+ experimental feature.
+
* stack trace
On non-SystemStackError exception, full stack trace is shown.