ObjectSpace.dump: handle Module#set_temporary_name (#12068)
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.
Co-authored-by: Jean Boussier [email protected]
ObjectSpace.dump: handle Module#set_temporary_name (#12068)
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.
Co-authored-by: Jean Boussier [email protected]