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

/macosx-10.9.5/ruby-104/ruby/
H A Deval.c977 rb_mod_include(int argc, VALUE *argv, VALUE module) function
1334 return rb_mod_include(argc, argv, th->top_wrapper);
1336 return rb_mod_include(argc, argv, rb_cObject);
1546 rb_define_private_method(rb_cModule, "include", rb_mod_include, -1);

Completed in 175 milliseconds