ruby/include
Étienne Barrié 1376881e9a Stop marking chilled strings as frozen
They were initially made frozen to avoid false positives for cases such
as:

    str = str.dup if str.frozen?

But this may cause bugs and is generally confusing for users.

[Feature #20205]

Co-authored-by: Jean Boussier <byroot@ruby-lang.org>
2024-05-28 07:32:33 +02:00
..
ruby Stop marking chilled strings as frozen 2024-05-28 07:32:33 +02:00
ruby.h include/ruby.h: skip doxygen 2021-09-10 20:00:06 +09:00