1#ifndef RUBY_TOPLEVEL_VARIABLE_H
2#define RUBY_TOPLEVEL_VARIABLE_H
27void rb_copy_complex_ivars(
VALUE dest,
VALUE obj, shape_id_t src_shape_id,
st_table *fields_table);
29void rb_free_rb_global_tbl(
void);
30void rb_free_generic_fields_tbl_(
void);
uintptr_t VALUE
Type that represents a Ruby object.