prebsch (Patrick Rebsch)
- Login: prebsch
- Registered on: 08/12/2019
- Last sign in: 06/07/2020
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
08/17/2019
-
01:54 AM Ruby Bug #16100: Visibility modifiers don't call super correctly when overridden in alternative ways
- Thanks for the explanation, Jeremy. I *think* I understand now. I took a look at the source and made another example to help me understand. I see now that the inconsistency only arises with the argument-less call of the visibility modifi...
08/14/2019
-
03:05 AM Ruby Bug #16100 (Closed): Visibility modifiers don't call super correctly when overridden in alternative ways
- It seems that the method visibility modifiers don't call `super` correctly when they are overridden in certain ways. I expected the following examples to all behave the same since they are all being defined on the singleton class, but on...