Home
last modified time | relevance | path

Searched refs:rb_f_send (Results 1 – 6 of 6) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/ext/io/console/
H A Dconsole.c85 rb_f_send(int argc, VALUE *argv, VALUE recv) in rb_f_send() function
858 return rb_f_send(argc, argv, con); in console_dev()
/dports/lang/ruby26/ruby-2.6.9/
H A Dvm_eval.c948 rb_f_send(int argc, VALUE *argv, VALUE recv) in rb_f_send() function
2166 rb_define_method(rb_cBasicObject, "__send__", rb_f_send, -1); in Init_vm_eval()
2167 rb_define_method(rb_mKernel, "send", rb_f_send, -1); in Init_vm_eval()
H A Dinternal.h1420 VALUE rb_f_send(int argc, VALUE *argv, VALUE recv);
H A Denum.c692 MEMO_V1_SET(memo, rb_f_send(numberof(args), args, memo->v1)); in inject_op_i()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-1.9.321187 * vm_eval.c (vm_call0, vm_call_super, rb_f_send, rb_f_public_send):
59321 * eval.c (rb_f_send): allow send/__send__ to call methods of all
67198 * eval.c: ditto (remove "static" from rb_f_send and rb_f_funcall
67252 * eval.c (rb_f_send): check method dispatch type to permit
74041 * eval.c (rb_f_send): underscores need to be escaped.
75202 * eval.c (rb_f_send): do not call private methods if the receiver
H A DChangeLog-2.0.018469 * vm_eval.c (rb_f_send): fix obj.send() documentation issue.