Guest User

Untitled

a guest
May 23rd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. my_hash = {}
  2. my_array.each do |item|
  3. # i want to push the item into an array, how do i create the array
  4. my_hash[item.category] << item
  5.  
  6. end
Add Comment
Please, Sign In to add comment