15#define id_signo ruby_static_id_signo
16#define id_status ruby_static_id_status
19extern ID ruby_static_id_signo;
20extern ID ruby_static_id_status;
21VALUE rb_refinement_module_get_refined_class(
VALUE module);
23NORETURN(
VALUE rb_f_raise(
int argc,
VALUE *argv));
24VALUE rb_top_main_class(
const char *method);
30void rb_call_end_proc(
VALUE data);
31void 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.