class Cucumber::Formatter::Pretty

def after_table_cell(cell)

def after_table_cell(cell)
  return unless @table
  @col_index += 1
end