ruby/test/objspace
Jean Boussier ee1cd1656f ObjectSpace.dump: handle Module#set_temporary_name
[Bug #20892]

Until the introduction of that method, it was impossible for a
Module name not to be valid JSON, hence it wasn't going through
the slower escaping function.

This assumption no longer hold.
2024-11-12 20:21:27 +01:00
..
test_objspace.rb ObjectSpace.dump: handle Module#set_temporary_name 2024-11-12 20:21:27 +01:00
test_ractor.rb