diff options
author | Nobuyoshi Nakada <[email protected]> | 2024-03-16 19:29:57 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2024-04-05 01:33:08 +0900 |
commit | 58918788abd63901588e4aa1e39b5c057321c10a (patch) | |
tree | 617721fc3c0bdca58942c83b9af95eec0be02ce5 /internal/eval.h | |
parent | ef19234b1008508cb04048c815088b9359c9d2b6 (diff) |
[Bug #20342] Consider wrapped load in `main` methods
Diffstat (limited to 'internal/eval.h')
-rw-r--r-- | internal/eval.h | 1 |
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); |