# File lib/terminal-table/table.rb, line 96
    def column_width n
      column_widths[n] || 0
    end