jkrmr (Jake Romer)
- Login: jkrmr
- Registered on: 04/15/2016
- Last sign in: 04/15/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
04/15/2016
-
04:25 PM Ruby Bug #12291: Struct member accessor is not consistent with hash access when keys are repeated
- Interestingly, I'm seeing the following on ruby 2.0.0p648:
```
[1] pry(main)> foo = Struct.new(:a, :a).new("1", "2")
=> #<struct a="1", a="1">
```