aboutsummaryrefslogtreecommitdiffstats
path: root/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal.h b/internal.h
index 95ce1f0daa..01485dee6c 100644
--- a/internal.h
+++ b/internal.h
@@ -667,6 +667,8 @@ VALUE rb_singleton_class_clone_and_attach(VALUE obj, VALUE attach);
VALUE rb_singleton_class_get(VALUE obj);
void Init_class_hierarchy(void);
+int rb_class_has_methods(VALUE c);
+
/* compar.c */
VALUE rb_invcmp(VALUE, VALUE);