Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1479,7 +1479,7 @@ public SizeNode(SizeNode prev) {

@Specialization
public int size(RubyString string) {
return string.length();
return StringSupport.strLengthFromRubyString(string);
}
}

0 comments on commit d3d4f85

Please sign in to comment.