# File lib/prawn/layout/grid.rb, line 50 def column_width @column_width ||= subdivide(pdf.bounds.width, columns, column_gutter) end