Home
last modified time | relevance | path

Searched refs:rb_prepend_module (Results 1 – 8 of 8) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/ext/cgi/escape/
H A Descape.c420 rb_prepend_module(rb_mUtil, rb_mEscape); in InitVM_escape()
/dports/lang/ruby26/ruby-2.6.9/
H A Deval.c1277 rb_prepend_module(prepend, module); in rb_mod_prepend_features()
H A Dclass.c986 rb_prepend_module(VALUE klass, VALUE module) in rb_prepend_module() function
H A Dmarshal.c1645 rb_prepend_module(c, m); in r_object0()
/dports/lang/ruby26/ruby-2.6.9/include/ruby/
H A Druby.h1756 void rb_prepend_module(VALUE,VALUE);
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.0.03211 * class.c (rb_prepend_module): move refined methods from the origin
3689 * class.c (rb_prepend_module): set an empty table to
4752 * class.c (rb_prepend_module): set an empty table to
11625 * class.c (rb_prepend_module): now basic.klass in ICLASS refers the
11681 * class.c (rb_prepend_module): ancestors of prepending module also
11691 * class.c (rb_prepend_module): prepend module into another module.
H A DChangeLog-2.1.01095 * eval.c (rb_prepend_module): ditto.
6552 * class.c (rb_prepend_module): make T_ICLASS object shady because
16753 * class.c (rb_prepend_module): check redefinition of built-in optimized
H A DChangeLog-2.3.010386 * class.c (rb_prepend_module): need a WB for klass -> origin.