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 d62e0ba commit a4d63d8Copy full SHA for a4d63d8
include/ruby/intern.h
@@ -942,6 +942,7 @@ VALUE rb_time_succ(VALUE);
942
int rb_frame_method_id_and_class(ID *idp, VALUE *klassp);
943
VALUE rb_make_backtrace(void);
944
VALUE rb_make_exception(int, VALUE*);
945
+VALUE rb_f_eval(int argc, VALUE *argv, VALUE self);
946
947
/* deprecated */
948
DEPRECATED(void rb_frame_pop(void));
0 commit comments