rb_undef_method  1401 complex.c          rb_undef_method(CLASS_OF(rb_cComplex), "allocate");
rb_undef_method  1407 complex.c          rb_undef_method(CLASS_OF(rb_cComplex), "new");
rb_undef_method  1416 complex.c          rb_undef_method(rb_cComplex, "<");
rb_undef_method  1417 complex.c          rb_undef_method(rb_cComplex, "<=");
rb_undef_method  1418 complex.c          rb_undef_method(rb_cComplex, "<=>");
rb_undef_method  1419 complex.c          rb_undef_method(rb_cComplex, ">");
rb_undef_method  1420 complex.c          rb_undef_method(rb_cComplex, ">=");
rb_undef_method  1421 complex.c          rb_undef_method(rb_cComplex, "between?");
rb_undef_method  1422 complex.c          rb_undef_method(rb_cComplex, "divmod");
rb_undef_method  1423 complex.c          rb_undef_method(rb_cComplex, "floor");
rb_undef_method  1424 complex.c          rb_undef_method(rb_cComplex, "ceil");
rb_undef_method  1425 complex.c          rb_undef_method(rb_cComplex, "modulo");
rb_undef_method  1426 complex.c          rb_undef_method(rb_cComplex, "round");
rb_undef_method  1427 complex.c          rb_undef_method(rb_cComplex, "step");
rb_undef_method  1428 complex.c          rb_undef_method(rb_cComplex, "truncate");
rb_undef_method  1431 complex.c          rb_undef_method(rb_cComplex, "//");
rb_undef_method  1010 cont.c             rb_undef_method(CLASS_OF(rb_cContinuation), "new");
rb_undef_method  1046 eval.c             rb_undef_method(rb_cClass, "module_function");
rb_undef_method  1414 ext/curses/curses.c     rb_undef_method(CLASS_OF(cMouseEvent),"new");
rb_undef_method   355 ext/openssl/ossl_engine.c     rb_undef_method(CLASS_OF(cEngine), "new");
rb_undef_method  1465 ext/openssl/ossl_pkey_ec.c     rb_undef_method(klass, "copy");
rb_undef_method  1466 ext/openssl/ossl_pkey_ec.c     rb_undef_method(klass, "clone");
rb_undef_method  1467 ext/openssl/ossl_pkey_ec.c     rb_undef_method(klass, "dup");
rb_undef_method  1468 ext/openssl/ossl_pkey_ec.c     rb_undef_method(klass, "initialize_copy");
rb_undef_method   291 ext/openssl/ossl_ssl_session.c 	rb_undef_method(cSSLSession, "id");
rb_undef_method  3612 ext/socket/socket.c     rb_undef_method(rb_cBasicSocket, "initialize");
rb_undef_method   888 include/ruby/ruby.h void rb_undef_method(VALUE,const char*);
rb_undef_method  3142 numeric.c          rb_undef_method(CLASS_OF(rb_cInteger), "new");
rb_undef_method  3210 numeric.c          rb_undef_method(CLASS_OF(rb_cFloat), "new");
rb_undef_method  2574 object.c           rb_undef_method(CLASS_OF(rb_cNilClass), "new");
rb_undef_method  2629 object.c           rb_undef_method(rb_cClass, "extend_object");
rb_undef_method  2630 object.c           rb_undef_method(rb_cClass, "append_features");
rb_undef_method  2641 object.c           rb_undef_method(CLASS_OF(rb_cTrueClass), "new");
rb_undef_method  2650 object.c           rb_undef_method(CLASS_OF(rb_cFalseClass), "new");
rb_undef_method  1834 proc.c             rb_undef_method(CLASS_OF(rb_cMethod), "new");
rb_undef_method  1856 proc.c             rb_undef_method(CLASS_OF(rb_cUnboundMethod), "new");
rb_undef_method  1918 proc.c             rb_undef_method(CLASS_OF(rb_cBinding), "new");
rb_undef_method  5062 process.c          rb_undef_method(CLASS_OF(rb_cProcessStatus), "new");
rb_undef_method  1517 rational.c         rb_undef_method(CLASS_OF(rb_cRational), "allocate");
rb_undef_method  1523 rational.c         rb_undef_method(CLASS_OF(rb_cRational), "new");
rb_undef_method  3415 re.c               rb_undef_method(CLASS_OF(rb_cMatch), "new");
rb_undef_method  7201 string.c           rb_undef_method(CLASS_OF(rb_cSymbol), "new");