class Prawn::Table::Cell

def border_left_width

def border_left_width
  @borders.include?(:left) ? @border_widths[3] : 0
end