# File lib/table_print/row_group.rb, line 23 def add_children(children) @children.concat children children.each { |c| c.parent = self } self end