Method: Prawn::Document::ColumnBox#left
- Defined in:
- lib/prawn/document/column_box.rb
#left ⇒ Number
Relative position of the left edge of the current column.
109 110 111 |
# File 'lib/prawn/document/column_box.rb', line 109 def left width_of_column * @current_column end |