ruby-changes:6561
From: knu <ko1@a...>
Date: Tue, 15 Jul 2008 21:53:30 +0900 (JST)
Subject: [ruby-changes:6561] Ruby:r18078 (ruby_1_8): Add a comment.
knu 2008-07-15 21:50:24 +0900 (Tue, 15 Jul 2008) New Revision: 18078 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=18078 Log: Add a comment. Modified files: branches/ruby_1_8/KNOWNBUGS.rb Index: ruby_1_8/KNOWNBUGS.rb =================================================================== --- ruby_1_8/KNOWNBUGS.rb (revision 18077) +++ ruby_1_8/KNOWNBUGS.rb (revision 18078) @@ -10,6 +10,8 @@ end def test_block_arg1 + # &b wrongly captures the upper block such as the one given to + # this method, if no block is given on yield. just_yield {|&b| assert_equal(nil, b) } -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/