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