add ML ref [ruby-core:26081]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25373 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 2009-10-16 11:06:26 +00:00
parent fbf15be35f
commit 71689efdd0

View File

@ -5,7 +5,7 @@ Fri Oct 16 19:39:28 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
should) not forward private methods. [ruby-core:26080]
* lib/delegate.rb (Delegator#respond_to_missing): instead of
redefining #respond_to?, use #respond_to_missing?.
redefining #respond_to?, use #respond_to_missing?. [ruby-core:26081]
Fri Oct 16 18:42:18 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>