# File lib/table_print/row_group.rb, line 139 def vis(prefix="") puts "#{prefix}row #{cells.inspect.to_s}" children.each{|c| c.vis(prefix + " ")} end