# File lib/faster_csv.rb, line 399 def initialize(array_of_rows) @table = array_of_rows @mode = :col_or_row end