newobj_fill: don't assume RBasic size
The previous implementation assumed RBasic size is 2 * sizeof(VALUE), might as well not make assumption and use a proper sizeof.
RBasic
2 * sizeof(VALUE)
sizeof
Co-Authored-By: John Hawthorn john@hawthorn.email
newobj_fill: don't assume RBasic size
The previous implementation assumed
RBasicsize is2 * sizeof(VALUE),might as well not make assumption and use a proper
sizeof.Co-Authored-By: John Hawthorn john@hawthorn.email