mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
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>