From 35ec34fa2f20e208e2d1ad5574c7d81a8ae9ecc3 Mon Sep 17 00:00:00 2001 From: knu Date: Mon, 26 May 2008 03:08:26 +0000 Subject: 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 --- NEWS | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'NEWS') 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. -- cgit v1.2.3