Fix String interpolation optimisation for VWA by eightbitraptor · Pull Request #6965 · ruby/ruby

When string interpolation is used, after some pre-processing, rb_str_concat_literals gets called, with an array containing T_STRING objects for each piece of the final interpolated string. The firs...