# File lib/ruport/data/record.rb, line 157
    def to_a
      @attributes.map { |a| @data[a] }
    end