# File lib/cucumber/formatter/pretty.rb, line 194
      def after_table_cell(cell)
        return unless @table
        @col_index += 1
      end