diff options
author | John Hawthorn <[email protected]> | 2025-06-18 16:52:27 -0700 |
---|---|---|
committer | John Hawthorn <[email protected]> | 2025-06-18 20:54:01 -0700 |
commit | 912edb47162626bf039ee649c8a1d05b2d7410ef (patch) | |
tree | 9ef8fb0b05ca1612ab283dc9dd3891551eafcb73 /lib/rdoc/markup/table.rb | |
parent | bfb14c2be91735d5cdd2b5cefe7f19d46a5b4f4a (diff) |
Fix missing write barrier on class fields
Found by wbcheck
klass = Class.new
200.times do |iv|
klass.instance_variable_set("@_iv_#{iv}", Object.new)
end
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/13654
Diffstat (limited to 'lib/rdoc/markup/table.rb')
0 files changed, 0 insertions, 0 deletions