# File lib/ruport/data/record.rb, line 98 def [](index) case(index) when Integer @data[@attributes[index]] else @data[index] end end