sbellware (Scott Bellware)
- Login: sbellware
- Registered on: 08/15/2019
- Last sign in: 05/15/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
08/16/2019
-
12:57 AM Ruby Bug #16106: UnboundMethod owner points to base class
- Indeed, that's why I was surprised. I wasn't expecting `owner` to be a pointer to a class that I wasn't working with.
To correct the code I was working on, I now pass around both the UnboundMethod instance as well as the class, and ig...
08/15/2019
-
08:21 PM Ruby Bug #16106 (Closed): UnboundMethod owner points to base class
- This may not be a bug. It may be my misinterpretation of the feature.
When using UnboundMethod#owner on a class that was created with `Class.new(SomeBaseClass)`, the owner is reported as the `SomeBaseClass `rather than the new class.
...