rb_funcall3       133 ext/io/console/console.c 	    vtime = rb_funcall3(vtime, '*', 1, &v10);
rb_funcall3      1441 ext/openssl/ossl_asn1.c { return rb_funcall3(cASN1##klass, rb_intern("new"), argc, argv); }
rb_funcall3       185 ext/psych/psych_parser.c     return rb_funcall3(args[0], id_start_document, 3, args + 1);
rb_funcall3       203 ext/psych/psych_parser.c     return rb_funcall3(args[0], id_scalar, 6, args + 1);
rb_funcall3       209 ext/psych/psych_parser.c     return rb_funcall3(args[0], id_start_sequence, 4, args + 1);
rb_funcall3       220 ext/psych/psych_parser.c     return rb_funcall3(args[0], id_start_mapping, 4, args + 1);
rb_funcall3      7894 io.c               return rb_funcall3(ARGF.current_file, rb_frame_this_func(), argc, argv);
rb_funcall3      7917 io.c               rb_funcall3(file, rb_intern("close"), 0, 0);
rb_funcall3      8100 io.c           	line = rb_funcall3(ARGF.current_file, idGets, argc, argv);
rb_funcall3      8332 io.c           	    lines = rb_funcall3(ARGF.current_file, rb_intern("readlines"), argc, argv);
rb_funcall3      11315 io.c           	ch = rb_funcall3(ARGF.current_file, rb_intern("getc"), 0, 0);
rb_funcall3      11355 io.c           	ch = rb_funcall3(ARGF.current_file, rb_intern("getbyte"), 0, 0);
rb_funcall3      11395 io.c           	ch = rb_funcall3(ARGF.current_file, rb_intern("getc"), 0, 0);
rb_funcall3      2259 transcode.c        return rb_funcall3(fallback, sym_aref, 1, &c);