Files
mruby-mruby/mrbgems
dearblue 9ad94a50e7 Supplement to #6781
`mrb_str_dup()` always duplicates string objects in an unfrozen state, and the class is also set.
Therefore, it can be observed and modified from the Ruby side using the `ObjectSpace.each_object` method.

By using `mrb_str_dup_frozen()`, unnecessary duplication can be avoided, and modifications to the string can also be prevented.
2026-04-13 21:49:59 +09:00
..
2026-01-14 14:56:50 +09:00
2026-04-13 21:49:59 +09:00
2024-09-24 00:14:24 +10:00