Comment on Never create Ruby strings longer than 23 charactersparentComments−zokier14yThat could be explained with ruby doing escaping of null characters automatically in the background, although I don't believe that to be the case.
Comments
That could be explained with ruby doing escaping of null characters automatically in the background, although I don't believe that to be the case.