add ticket number [Bug #4559]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37929 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2012-11-28 08:01:43 +00:00
parent 49ed2a756b
commit fc57f2bfdb

View File

@ -2,6 +2,7 @@ Wed Nov 28 16:59:12 2012 Koichi Sasada <ko1@atdot.net>
* proc.c: remove Proc#== and Proc#eql?.
Proc objects compared with thier object ids.
[Bug #4559]
* test/ruby/test_proc.rb: remove related test.