* ChangeLog: fix ticket link

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32126 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nagachika 2011-06-16 14:12:29 +00:00
parent 288c18cdd8
commit 65ecadfaf2

View File

@ -2423,7 +2423,7 @@ Thu May 5 15:03:51 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
[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 <kosaki.motohiro@gmail.com>