diff options
-rw-r--r-- | internal/variable.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -53,9 +53,9 @@ void rb_obj_copy_ivs_to_hash_table(VALUE obj, st_table *table); void rb_obj_init_too_complex(VALUE obj, st_table *table); void rb_evict_ivars_to_hash(VALUE obj); void rb_evict_fields_to_hash(VALUE obj); -VALUE rb_obj_field_get(VALUE obj, rb_shape_t *target_shape); void rb_ivar_set_internal(VALUE obj, ID id, VALUE val); -void rb_obj_field_set(VALUE obj, rb_shape_t *target_shape, VALUE val); RUBY_SYMBOL_EXPORT_BEGIN /* variable.c (export) */ |