mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
Strings concatenated with backslash may end up being frozen when they shouldn't be. This commit fixes the issue. It required a change upstream in Prism, but also a change to the Prism compiler in CRuby. https://github.com/ruby/prism/pull/3606 [Bug #21187]