# File lib/table_print/row_group.rb, line 12
    def add_child(child)
      @children << child
      child.parent = self
    end