class Prawn::Table::Cell

def spanned_content_height


Height of the entire span group.
def spanned_content_height
  height - padding_top - padding_bottom
end