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