summaryrefslogtreecommitdiff
path: root/internal/eval.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal/eval.h')
-rw-r--r--internal/eval.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/eval.h b/internal/eval.h
index 73bb656d96..e594d8516d 100644
--- a/internal/eval.h
+++ b/internal/eval.h
@@ -21,6 +21,7 @@ extern ID ruby_static_id_status;
VALUE rb_refinement_module_get_refined_class(VALUE module);
void rb_class_modify_check(VALUE);
NORETURN(VALUE rb_f_raise(int argc, VALUE *argv));
+VALUE rb_top_main_class(const char *method);
/* eval_error.c */
VALUE rb_get_backtrace(VALUE info);