From: Divya Badrinath Date: 2007-07-26T06:44:18+09:00 Subject: Re: array of arrays I didnt get it. I am new to Ruby. i want it to be like this. row = { " "a","b","c" ", " "d","e","f" ", " "g","h","i" "} sow that row[0] gives "a","b","c" and row[1] gives "d","e","f" say if col is an array and col = "a","b","c" can i do row.push(col) ? -- Posted via http://www.ruby-forum.com/.