Method: Prawn::Table::Cell#border_top_width
- Defined in:
- lib/prawn/table/cell.rb
#border_top_width ⇒ Object
610 611 612 |
# File 'lib/prawn/table/cell.rb', line 610 def border_top_width @borders.include?(:top) ? @border_widths[0] : 0 end |