class Prawn::Table::Cell

def avg_spanned_min_width


Min-width of the span divided by the number of columns.
def avg_spanned_min_width
  min_width.to_f / colspan
end