From: kolano@... Date: 2020-01-09T21:54:19+00:00 Subject: [ruby-core:96742] [Ruby master Bug#16495] Inconsistant Quotes in Error Messages Issue #16495 has been reported by Kolano (Kenneth Kolano). ---------------------------------------- Bug #16495: Inconsistant Quotes in Error Messages https://bugs.ruby-lang.org/issues/16495 * Author: Kolano (Kenneth Kolano) * Status: Open * Priority: Normal * Assignee: * Target version: * ruby -v: 2.5.3 * Backport: 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: UNKNOWN ---------------------------------------- Error messages use inconsistent pairs of quotes, for instance... ``` -e:1:in `
': undefined local variable or method `foo' for main:Object (NameError) ``` ...where a "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 elements being quoted. -- https://bugs.ruby-lang.org/ Unsubscribe: