Method: Prawn::Document::ColumnBox#left

Defined in:
lib/prawn/document/column_box.rb

#leftNumber

Relative position of the left edge of the current column.

Returns:

  • (Number)


109
110
111
# File 'lib/prawn/document/column_box.rb', line 109

def left
  width_of_column * @current_column
end