sag (Stephen Gregory)
- Login: sag
- Registered on: 05/27/2019
- Last sign in: 06/03/2019
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
05/27/2019
-
09:01 PM Ruby Bug #15877: Incorrect constant lookup result in method on cloned class
- I tested this on 2.5, 2.4 and the behavior is the same there. Also this applies to subclasses as well. The first class READ determines the values for all of them.
``` ruby
class Unrelated
TEST='UNRELATED'
def test
T...