Ruby: Create array of hashes from multiple arrays
Mar
28
We have two or more arrays, and we would like to create hashes from these. For example: one of the arrays contains the names of our users, the another one contains the birth years, and the third contains the room numbers. We would like to create a hash for every user.