Tutorial by Topics: multidimensional

Multidimensional Arrays in Ruby are just arrays whose elements are other arrays. The only catch is that since Ruby arrays can contain elements of mixed types, you must be confident that the array that you are manipulating is effectively composed of other arrays and not, for example, arrays and stri...

Page 1 of 1