Jesse Farmer

Results 1 issues of Jesse Farmer

Ruby supports multi-line strings, for both single and double-quoted strings. e.g., ``` Ruby str = "This is a valid string." str = 'So is this string.' ``` Any implementation should...

bug