Generate CSV representation
56 57 58
# File 'lib/marktable/table.rb', line 56 def to_csv Formatters::Base.for(:csv).format(@rows, @headers) end