Class: TableAnalysis::DDA

Inherits:
DoubleDimensionalArray show all
Defined in:
lib/table_analysis/double_dimensional_array.rb

Instance Attribute Summary

Attributes inherited from DoubleDimensionalArray

#column, #row

Class Method Summary collapse

Methods inherited from DoubleDimensionalArray

#get_map, #initialize

Constructor Details

This class inherits a constructor from TableAnalysis::DoubleDimensionalArray

Class Method Details

.create(row, column) ⇒ Object



20
21
22
# File 'lib/table_analysis/double_dimensional_array.rb', line 20

def self.create(row, column)
  new(row, column).get_map
end