Searched refs:rb_undef_method (Results 1 - 25 of 25) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/
H A Dcomplex.c2144 rb_undef_method(CLASS_OF(rb_cComplex), "allocate");
2150 rb_undef_method(CLASS_OF(rb_cComplex), "new");
2159 rb_undef_method(rb_cComplex, "%");
2160 rb_undef_method(rb_cComplex, "<");
2161 rb_undef_method(rb_cComplex, "<=");
2162 rb_undef_method(rb_cComplex, "<=>");
2163 rb_undef_method(rb_cComplex, ">");
2164 rb_undef_method(rb_cComplex, ">=");
2165 rb_undef_method(rb_cComplex, "between?");
2166 rb_undef_method(rb_cComple
[all...]
H A Dobject.c3111 rb_undef_method(CLASS_OF(rb_cNilClass), "new");
3171 rb_undef_method(rb_cClass, "extend_object");
3172 rb_undef_method(rb_cClass, "append_features");
3173 rb_undef_method(rb_cClass, "prepend_features");
3191 rb_undef_method(CLASS_OF(rb_cTrueClass), "new");
3204 rb_undef_method(CLASS_OF(rb_cFalseClass), "new");
H A Deval.c1550 rb_undef_method(rb_cClass, "refine");
1552 rb_undef_method(rb_cClass, "module_function");
H A Dvm_backtrace.c951 rb_undef_method(CLASS_OF(rb_cBacktrace), "new");
1003 rb_undef_method(CLASS_OF(rb_cBacktraceLocation), "new");
H A Dproc.c2345 rb_undef_method(CLASS_OF(rb_cMethod), "new");
2368 rb_undef_method(CLASS_OF(rb_cUnboundMethod), "new");
2434 rb_undef_method(CLASS_OF(rb_cBinding), "new");
H A Drational.c2464 rb_undef_method(CLASS_OF(rb_cRational), "allocate");
2470 rb_undef_method(CLASS_OF(rb_cRational), "new");
H A Dvm_trace.c1317 rb_undef_method(CLASS_OF(rb_cTracePoint), "new");
H A Dnumeric.c3785 rb_undef_method(CLASS_OF(rb_cInteger), "new");
3852 rb_undef_method(CLASS_OF(rb_cFloat), "new");
H A Dvm.c2247 rb_undef_method(CLASS_OF(rb_cRubyVM), "new");
2272 rb_undef_method(CLASS_OF(rb_cEnv), "new");
H A Dclass.c1362 rb_undef_method(VALUE klass, const char *name) function
H A Dcont.c1582 rb_undef_method(CLASS_OF(rb_cContinuation), "new");
H A Dencoding.c1846 rb_undef_method(CLASS_OF(rb_cEncoding), "new");
H A Dprocess.c6615 rb_undef_method(CLASS_OF(rb_cProcessStatus), "new");
H A Dstring.c8335 rb_undef_method(CLASS_OF(rb_cSymbol), "new");
/macosx-10.10.1/ruby-106/ruby/ext/openssl/
H A Dossl_ssl_session.c318 rb_undef_method(cSSLSession, "id");
H A Dossl_pkey_ec.c1551 rb_undef_method(klass, "copy");
1552 rb_undef_method(klass, "clone");
1553 rb_undef_method(klass, "dup");
1554 rb_undef_method(klass, "initialize_copy");
H A Dossl_engine.c388 rb_undef_method(CLASS_OF(cEngine), "new");
H A Dossl_asn1.c1808 rb_undef_method(cASN1Primitive, "infinite_length=");
/macosx-10.10.1/ruby-106/ruby/ext/socket/
H A Dipsocket.c304 rb_undef_method(rb_cIPSocket, "getpeereid");
H A Dbasicsocket.c752 rb_undef_method(rb_cBasicSocket, "initialize");
/macosx-10.10.1/swig-12/Lib/ruby/
H A Drubyrun.swg162 rb_undef_method(CLASS_OF(_cSWIG_Pointer), "new");
/macosx-10.10.1/ruby-106/ruby/ext/curses/
H A Dcurses.c2690 rb_undef_method(CLASS_OF(cMouseEvent),"new");
2900 rb_undef_method(cPad, "subwin");
/macosx-10.10.1/ruby-106/ruby/ext/pathname/
H A Dpathname.c1383 rb_undef_method(rb_cPathname, "=~");
/macosx-10.10.1/ruby-106/ruby/include/ruby/
H A Druby.h1294 void rb_undef_method(VALUE,const char*);
/macosx-10.10.1/ruby-106/ruby/ext/date/
H A Ddate_core.c9593 rb_undef_method(CLASS_OF(cDateTime), "today");

Completed in 245 milliseconds