From 15d582a5f74e708b85783b94c44c780ceb58258e Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 17 Oct 2009 05:34:51 +0000 Subject: * vm_method.c (basic_obj_respond_to): call #respond_to_missing? always with two arguments. [ruby-core:26090] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25381 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 41ca7b864..dd3c1f767 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Oct 17 11:27:44 2009 Yukihiro Matsumoto + + * vm_method.c (basic_obj_respond_to): call #respond_to_missing? + always with two arguments. [ruby-core:26090] + Sat Oct 17 08:51:44 2009 Yukihiro Matsumoto * lib/delegate.rb (Delegator#respond_to_missing): warn only when -- cgit