16#define id_signo ruby_static_id_signo
17#define id_status ruby_static_id_status
25extern ID ruby_static_id_signo;
26extern ID ruby_static_id_status;
27VALUE rb_refinement_module_get_refined_class(
VALUE module);
29NORETURN(
VALUE rb_f_raise(
int argc,
VALUE *argv));
30VALUE rb_exception_setup(
int argc,
VALUE *argv);
32void rb_vm_using_module(
VALUE module);
33VALUE rb_top_main_class(
const char *method);
40void rb_call_end_proc(
VALUE data);
41void rb_mark_end_proc(
void);
void rb_class_modify_check(VALUE)
Asserts that klass is not a frozen class.
uintptr_t ID
Type that represents a Ruby identifier such as a variable name.
uintptr_t VALUE
Type that represents a Ruby object.