Skip to content

Commit a2d2155

Browse files
authored
Merge pull request rails#51357 from yahonda/ruby_chilled_strings
Address `RendererTest#test_rendering_with_a_class_renderer` failure against Ruby 3.4.0dev
2 parents 332e08d + 41939a0 commit a2d2155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
body = ""
1+
body = +""
22
body << ["Hello", "from", "Ruby", "code"].join(" ")

0 commit comments

Comments
 (0)