# File lib/ruport/data/table.rb, line 738
    def append_record(record)        
      self << record.send(column_names.empty? ? :to_a : :to_hash)
    end