akim2 (Akim Demaille)
- Login: akim2
- Registered on: 04/06/2022
- Last sign in: 09/03/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 1 | 2 |
Activity
09/03/2026
-
01:32 PM Ruby Bug #22288 (Open): doc: Pathname: rmtree is claimed to return 0, it actually returns self
04/06/2022
-
09:03 AM Ruby Bug #18682 (Closed): doc: raise also accepts instances
- https://ruby-doc.org/core-3.1.1/Kernel.html#method-i-raise says
```
Otherwise, the first parameter should be an Exception class (or another object that returns an Exception object when sent an exception message).
```
Well, it can...