class Prawn::Table::Cell

def border_top_width

def border_top_width
  @borders.include?(:top) ? @border_widths[0] : 0
end