From 738ce30f99bf034468606d2e0fb56af7a217c549 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 5 Feb 2015 04:41:05 +0000 Subject: convert method name to a Symbol * vm_eval.c (send_internal), vm_insnhelper.c (vm_call_opt_send): convert String method name into a Symbol, as method_missing method expects its first argument to be a Symbol. [Bug #10828] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49506 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index edfcdf9ad0..181000d4e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,8 @@ -Thu Feb 5 12:31:05 2015 Nobuyoshi Nakada +Thu Feb 5 13:41:01 2015 Nobuyoshi Nakada + + * vm_eval.c (send_internal), vm_insnhelper.c (vm_call_opt_send): + convert String method name into a Symbol, as method_missing + method expects its first argument to be a Symbol. [Bug #10828] * vm_insnhelper.c (ci_missing_reason): return the reason of method missing in call info. -- cgit v1.2.3