Project

General

Profile

« Previous | Next » 

Revision 912edb47

Added by jhawthorn (John Hawthorn) 6 days ago

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