Project

General

Profile

« Previous | Next » 

Revision d7501c40

Added by eightbitraptor (Matt V-H) almost 2 years ago

[PRISM] Fix InterpolatedStringNode

If the first element of an interpolated string node is an embedded
statement, CRuby "pre-initializes" the interpolation with a string of
known encoding to concat into.

This patch replicates thate behaviour in Prism