i created two dimensional array with the following code. but i can not store value in the array. row and columns of array grows dynamically. can not predict before.
arr = Array.new {Array.new}
and can not do this type of things.....
arr[0][0] = "Ruby"