We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70538be commit c767618Copy full SHA for c767618
struct.c
@@ -2167,7 +2167,9 @@ InitVM_Struct(void)
2167
rb_undef_alloc_func(rb_cData);
2168
rb_define_singleton_method(rb_cData, "define", rb_data_s_def, -1);
2169
2170
+#if 0 /* for RDoc */
2171
rb_define_singleton_method(rb_cData, "members", rb_data_s_members_m, 0);
2172
+#endif
2173
2174
rb_define_method(rb_cData, "initialize", rb_data_initialize_m, -1);
2175
rb_define_method(rb_cData, "initialize_copy", rb_struct_init_copy, 1);
0 commit comments