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

/macosx-10.10.1/ruby-106/ruby/
H A Dvm_method.c1373 rb_mod_private(int argc, VALUE *argv, VALUE module) function
1441 return rb_mod_private(argc, argv, rb_cObject);
1664 rb_define_private_method(rb_cModule, "private", rb_mod_private, -1);

Completed in 154 milliseconds