solnic (Peter Solnica)
- Login: solnic
- Registered on: 09/01/2016
- Last sign in: 03/16/2023
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
12/25/2022
-
01:09 PM Ruby Bug #19257 (Feedback): Data that defines a member called hash
- I believe this should raise an error given that `Data#hash` exists as a pre-defined core method and serves a very specific purpose:
``` ruby
data = Data.define(:hash)
obj = data.new(hash: "foo")
obj.hash
# => "foo"
```
An ...
12/18/2020
-
06:25 AM Ruby Feature #16274: Transform hash keys by a hash
- marcandre (Marc-Andre Lafortune) wrote in #note-17:
> Closing, since this has been committed by Nobu 🎉 (in b25e27277dc39)
> ...
This is a wonderful addition but is there a chance you'd reconsider it? Instead of making `transform_keys` ...