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