jeremie (Jérémie Laval)
- Login: jeremie
- Registered on: 10/05/2020
- Last sign in: 10/05/2020
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
10/05/2020
-
05:59 PM Ruby Bug #17216 (Closed): Enumerator::Chain doesn't support all Enumerator methods
- Despite the fact that `Enumerator::Chain` (returned by `Enumerator#chain`) is supposed to inherit from `Enumerator`, a lot of `Enumerator` methods do not work on a chain instance throwing the following error:
```
TypeError (wrong arg...