зеркало из https://github.com/github/ruby.git
* vm_method.c (obj_respond_to): fix missing argument.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32617 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
fba1063c5f
Коммит
256eae162c
|
@ -1254,7 +1254,7 @@ obj_respond_to(int argc, VALUE *argv, VALUE obj)
|
|||
* See #respond_to?.
|
||||
*/
|
||||
static VALUE
|
||||
obj_respond_to_missing(VALUE obj, VALUE priv)
|
||||
obj_respond_to_missing(VALUE obj, VALUE mid, VALUE priv)
|
||||
{
|
||||
return Qfalse;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче