# File lib/prawn/flexible-table.rb, line 161
  def width
     @column_widths.inject(0) { |s,r| s + r }
  end