rb_obj_protected_methods  882 internal.h     VALUE rb_obj_protected_methods(int argc, const VALUE *argv, VALUE obj);
rb_obj_protected_methods 3447 object.c           rb_define_method(rb_mKernel, "protected_methods", rb_obj_protected_methods, -1); /* in class.c */