summaryrefslogtreecommitdiff
path: root/include/ruby/3/intern/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby/3/intern/object.h')
-rw-r--r--include/ruby/3/intern/object.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ruby/3/intern/object.h b/include/ruby/3/intern/object.h
index acfe63fa06..502fbab908 100644
--- a/include/ruby/3/intern/object.h
+++ b/include/ruby/3/intern/object.h
@@ -30,6 +30,7 @@ RUBY3_SYMBOL_EXPORT_BEGIN()
((obj) != (orig) && (rb_obj_init_copy((obj), (orig)), 1))
#define OBJ_INIT_COPY(obj, orig) RB_OBJ_INIT_COPY(obj, orig)
+VALUE rb_class_new_instance_pass_kw(int, const VALUE *, VALUE);
VALUE rb_class_new_instance(int, const VALUE*, VALUE);
VALUE rb_class_new_instance_kw(int, const VALUE*, VALUE, int);