# File lib/cucumber/formatter/pretty.rb, line 178
      def before_table_row(table_row)
        return unless @table
        @col_index = 0
        @io.print '  |'.indent(@indent-2)
      end