# File lib/ruport/data/table.rb, line 240
    def <<(row)
      @data << recordize(row)
      return self   
    end