class Prawn::Table::Cell

def border_top_line

def border_top_line
  @borders.include?(:top) ? @border_lines[0] : 0
end