class Prawn::Table::Cell

def spanned_content_width


Width of the entire span group.
def spanned_content_width
  width - padding_left - padding_right
end