class Prawn::Table::Cell

def border_left_line

def border_left_line
  @borders.include?(:left) ? @border_lines[3] : 0
end