зеркало из https://github.com/github/ruby.git
Module#define_method: Add UnboundMethod to expected classes
This commit is contained in:
Родитель
9c24ce551d
Коммит
7cc1cd3d1e
2
proc.c
2
proc.c
|
@ -2068,7 +2068,7 @@ rb_mod_define_method(int argc, VALUE *argv, VALUE mod)
|
|||
}
|
||||
else {
|
||||
rb_raise(rb_eTypeError,
|
||||
"wrong argument type %s (expected Proc/Method)",
|
||||
"wrong argument type %s (expected Proc/Method/UnboundMethod)",
|
||||
rb_obj_classname(body));
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче