class Prawn::Table::Cell

def border_right_line

def border_right_line
  @borders.include?(:right) ? @border_lines[1] : 0
end