From 65ecadfaf2a70dcf62c1a1ea67b04de95792d00d Mon Sep 17 00:00:00 2001 From: nagachika Date: Thu, 16 Jun 2011 14:12:29 +0000 Subject: [PATCH] * ChangeLog: fix ticket link git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32126 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c10409590b..6c4b5d1418 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2423,7 +2423,7 @@ Thu May 5 15:03:51 2011 CHIKANAGA Tomoyuki [ruby-core:35386] fixes #4606 * eval.c (method_entry_of_iseq): new helper function. search control frame stack for a method entry which has given iseq. - * test/ruby/test_method.rb: add tests for #4696 + * test/ruby/test_method.rb: add tests for #4606 Wed May 4 22:13:09 2011 KOSAKI Motohiro