Home
last modified time | relevance | path

Searched refs:umethod_bind (Results 1 – 5 of 5) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Dproc.c2285 umethod_bind(VALUE method, VALUE recv) in umethod_bind() function
3528 rb_define_method(rb_cUnboundMethod, "bind", umethod_bind, 1); in Init_Proc()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.2.09295 * proc.c (umethod_bind): use the ancestor iclass instead of new
9358 * proc.c (rb_method_call_with_block, umethod_bind): call with
H A DChangeLog-1.8.05014 * eval.c (umethod_bind): exact class match is not required. relax
10410 * eval.c (umethod_bind): should update rklass field.
12229 * eval.c (umethod_bind): recv can be an instance of descender of
H A DChangeLog-1.9.322669 * proc.c (umethod_bind, rb_mod_define_method): Fix bug that
71188 * eval.c (umethod_bind): should not update original class.
72866 * eval.c (umethod_bind): adjust invoking class for module method.
86664 * eval.c (umethod_bind): purge unused check. [ruby-dev:22850]
88070 * eval.c (umethod_bind): remove method overridden check.
H A DChangeLog-2.0.03176 * proc.c (umethod_bind): allow another form of method transplanting