summaryrefslogtreecommitdiff
path: root/test/ruby/test_namespace.rb
AgeCommit message (Collapse)Author
2 daysFix class instance variable inside namespacesJean Boussier
Now that classes fields are delegated to an object with its own shape_id, we no longer need to mark all classes as TOO_COMPLEX. Notes: Merged: https://github.com/ruby/ruby/pull/13595
2025-05-11namespace on readSatoshi Tagomori