Table
The multidimensional array class. Each element takes up 2 signed bytes, ranging from -32,768 to 32,767.
Ruby's Array class does not run efficiently when handling large amounts of data, hence the inclusion of this class.
SuperclassObject
Class MethodTable.new(xsize[, ysize[, zsize]])
Creates a Table object. Specifies the size of each dimension in the multidimensional array. 1-, 2-, and 3-dimensional arrays are possible. Arrays with no parameters are also permitted.
Methodsresize(xsize[, ysize[, zsize]])
Change the size of the array. All data from before the size change is retained.
xsize
ysize
zsize
Gets the sizes of each of the array's dimensions.
Propertiesself