1#ifndef RUBY_TOPLEVEL_VARIABLE_H
2#define RUBY_TOPLEVEL_VARIABLE_H
15 VALUE ivptr[FLEX_ARY_LEN];
19VALUE rb_ivar_generic_lookup_with_index(
VALUE obj,
ID id, uint32_t index);
uintptr_t ID
Type that represents a Ruby identifier such as a variable name.
uintptr_t VALUE
Type that represents a Ruby object.