Home
last modified time | relevance | path

Searched refs:rb_obj_singleton_methods (Results 1 – 7 of 7) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Dclass.c1340 return rb_obj_singleton_methods(argc, argv, obj); in rb_obj_methods()
1424 rb_obj_singleton_methods(int argc, const VALUE *argv, VALUE obj) in rb_obj_singleton_methods() function
H A Dobject.c4198 … rb_define_method(rb_mKernel, "singleton_methods", rb_obj_singleton_methods, -1); /* in class.c */ in InitVM_Object()
/dports/lang/ruby26/ruby-2.6.9/include/ruby/
H A Dintern.h230 VALUE rb_obj_singleton_methods(int, const VALUE*, VALUE);
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.3.011139 * class.c (rb_obj_singleton_methods): should use RTEST() to convert
11154 rb_obj_singleton_methods): should not include methods of
H A DChangeLog-1.8.0143 * class.c (rb_obj_singleton_methods): should not go up to
13298 * class.c (rb_obj_singleton_methods): list methods in extended
15253 * class.c (rb_obj_singleton_methods): ditto.
H A DChangeLog-2.1.016365 * class.c (rb_obj_singleton_methods): collect methods from the origin
H A DChangeLog-1.9.351015 * class.c (rb_obj_singleton_methods): ditto.
84586 * class.c (rb_obj_singleton_methods): fix rdoc
89929 * class.c (rb_obj_singleton_methods): ditto.