# File lib/table_print/row_group.rb, line 103 def vis(prefix="") puts "#{prefix}group" children.each{|c| c.vis(prefix + " ")} end