Method: Ruport::DataRow#to_a

Defined in:
lib/ruport/data_row.rb

#to_aObject

Converts the DataRow to a plain old Array



96
97
98
# File 'lib/ruport/data_row.rb', line 96

def to_a
  @data
end