rb_obj_singleton_methods 1327 class.c        	return rb_obj_singleton_methods(argc, argv, obj);
rb_obj_singleton_methods  206 include/ruby/intern.h VALUE rb_obj_singleton_methods(int, const VALUE*, VALUE);
rb_obj_singleton_methods 3446 object.c           rb_define_method(rb_mKernel, "singleton_methods", rb_obj_singleton_methods, -1); /* in class.c */