behrangsa (Behrang Saeedzadeh)
- Login: behrangsa
- Registered on: 09/25/2013
- Last sign in: 09/13/2020
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
10/13/2013
-
10:11 PM Ruby Feature #8951: Please add a hash-to-hash alternative of the map method to Hash
- How about having a construct similar to `map.with_index`? For example `map.to_has` or `map.hashify`:
```
hash = { ... }
hash.map.to_hash do |e|
convert(e)
end
```
or
```
hash = { ... }
hash.map.hashify do |e|
convert(e...
09/25/2013
-
01:05 PM Ruby Feature #8951 (Closed): Please add a hash-to-hash alternative of the map method to Hash
- Please see this thread: https://twitter.com/behrangsa/status/382670159086776323