Home
last modified time | relevance | path

Searched refs:rb_using_module (Results 1 – 3 of 3) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Deval.c1431 rb_using_module(const rb_cref_t *cref, VALUE module) in rb_using_module() function
1569 rb_using_module(rb_vm_cref_replace_with_duplicated_cref(), module); in mod_using()
1774 rb_using_module(rb_vm_cref_replace_with_duplicated_cref(), module); in top_using()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.0.07489 * eval.c (rb_using_module): using should be used indirectly.
8901 * eval.c (rb_using_module): accept a class as the second argument.
H A DChangeLog-2.1.09755 * eval.c (rb_using_module): activate refinements in the ancestors of