Method: Prawn::Table::Cell#border_bottom_width
- Defined in:
- lib/prawn/table/cell.rb
#border_bottom_width ⇒ Object
626 627 628 |
# File 'lib/prawn/table/cell.rb', line 626 def border_bottom_width @borders.include?(:bottom) ? @border_widths[2] : 0 end |