Project

General

Profile

Feature #16495

Updated by sawa (Tsuyoshi Sawada) over 4 years ago

Error messages use inconsistent pairs of quotes, for instance: instance... 

 ``` 
 -e:1:in `<main>': undefined local variable or method `foo' for main:Object (NameError) 
 ``` 

 where 
 ...where a back tick "fancy" quote is used on the left-hand side, and a standard single quote is used on the right. 

 The same quotes should be used on either side of the elements being quoted.

Back