# File lib/prawn/document/column_box.rb, line 72 def right_side columns_from_right = @columns - (1 + @current_column) absolute_right - (width_of_column * columns_from_right) end