mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
[DOC] Follow up GH-14470
`IS_TYPED_DATA` is no longer a flag in `type`, and the "embedded" flag has been shifted accordingly. ruby/ruby#14470
This commit is contained in:
parent
10f0abeef1
commit
31e14ac7da
Notes:
git
2025-10-25 09:19:58 +00:00
@ -360,8 +360,7 @@ struct RTypedData {
|
||||
/**
|
||||
* This is a `const rb_data_type_t *const` value, with the low bits set:
|
||||
*
|
||||
* 1: Always set, to differentiate RTypedData from RData.
|
||||
* 2: Set if object is embedded.
|
||||
* 1: Set if object is embedded.
|
||||
*
|
||||
* This field stores various information about how Ruby should handle a
|
||||
* data. This roughly resembles a Ruby level class (apart from method
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user