We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d17ca1c commit bd6c300Copy full SHA for bd6c300
en/news/_posts/2024-12-12-ruby-3-4-0-rc1-released.md
@@ -36,8 +36,8 @@ Switch the default parser from parse.y to Prism. [[Feature #20564]]
36
37
## Language changes
38
39
-* String literals in files without a `frozen_string_literal` comment now behave
40
- as if they were frozen. If they are mutated a deprecation warning is emitted.
+* String literals in files without a `frozen_string_literal` comment now emit a deprecation warning
+ when they are mutated.
41
These warnings can be enabled with `-W:deprecated` or by setting `Warning[:deprecated] = true`.
42
To disable this change, you can run Ruby with the `--disable-frozen-string-literal`
43
command line argument. [[Feature #20205]]
0 commit comments