mikik0 (Hashino Mikiko)
- Login: mikik0
- Registered on: 01/30/2025
- Last sign in: 05/12/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
02/09/2025
-
02:21 AM Ruby Bug #21125: Kernel is called first
- @jeremyevans0 san
It works with Ruby 3.3 series, but not from Ruby 3.4. Is it a specification? -
01:43 AM Ruby Bug #21125 (Closed): Kernel is called first
- Kernel#system is being called when there is a column or method name named system.
The other methods of Kernel reproduce the problem.
Ex.Rand returns a random value, and exit terminates the program.
This problem did not occur until R...