# File lib/table_print/row_group.rb, line 93 def raw_column_data(column_name) @children.collect { |r| r.raw_column_data(column_name) }.flatten end