1#ifndef RUBY_TOPLEVEL_VARIABLE_H
2#define RUBY_TOPLEVEL_VARIABLE_H
18rb_obj_fields_no_ractor_check(
VALUE obj)
20 return rb_obj_fields(obj, 0);
23void rb_free_rb_global_tbl(
void);
24void rb_free_generic_fields_tbl_(
void);
uintptr_t ID
Type that represents a Ruby identifier such as a variable name.
uintptr_t VALUE
Type that represents a Ruby object.