an_vlad (Vladislav Andreev)
- Login: an_vlad
- Registered on: 12/26/2018
- Last sign in: 12/30/2018
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
12/26/2018
-
05:23 PM Ruby Bug #15467: Creating a class with a Cyrillic first symbol in the name leads to a SyntaxError in IRB
- shevegen (Robert A. Heiler) wrote:
> Interesting that the first variant with "; end" works.
> ...
Yes, it does work when I run similar code in a file.
**UPD** I've just tried to run the same piece of code with a Greek name (`class ... -
03:34 PM Ruby Bug #15467 (Closed): Creating a class with a Cyrillic first symbol in the name leads to a SyntaxError in IRB
- **What happens:** a syntax error occurs when a user writes `class Класс` and hits 'Enter' in IRB.
**What is expected to happen:** the same thing that happens when you create a class in IRB with `class SomeClass` line and hit 'Enter'.
...