Object
A Grid represents the entire grid system of a Page and calculates the column width and row height of the base box.
@private
Calculates the base width of boxes.
# File lib/prawn/grid.rb, line 64 def column_width @column_width ||= subdivide(pdf.bounds.width, columns, column_gutter) end
Generated with the Darkfish Rdoc Generator 2.