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