# File lib/table_print/row_group.rb, line 7
    def initialize
      @children = []
      @columns = {}
    end