class Prawn::Table::Cell

def max_width_ignoring_span


its column.
If provided, the maximum width that this cell can be drawn in, within
def max_width_ignoring_span
  set_width_constraints
  @max_width
end