Kolano (Kenneth Kolano)
- Login: Kolano
- Registered on: 01/09/2020
- Last sign in: 01/09/2020
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
01/09/2020
-
09:54 PM Ruby Feature #16495 (Closed): Inconsistent quotes in error messages
- Error messages use inconsistent pairs of quotes, for instance:
```
-e:1:in `<main>': undefined local variable or method `foo' for main:Object (NameError)
```
where a back tick is used on the left-hand side, and a single quote is ...