1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ChangeLog: Fix revision number at which Kernel#respond_to? change is

reverted.  It is reverted at the revision 28564 according to
  [ruby-dev:41837].  The wrong revision number is also refered in commit
  logs at the revision 32363 and the revision 32359.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32367 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
mrkn 2011-07-02 01:02:39 +00:00
parent a5615faba1
commit 5a31811f41

View file

@ -13,7 +13,7 @@ Sat Jul 2 07:17:45 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
Sat Jul 2 01:57:00 2011 Kenta Murata <mrkn@mrkn.jp>
* NEWS: remove a description of Kernel#respond_to? because it has
been reverted at revision 41837.
been reverted at revision 28564.
Sat Jul 2 00:58:00 2011 Kenta Murata <mrkn@mrkn.jp>