class Prawn::Table::Cell

def min_width_ignoring_span


If provided, the minimum width that this cell in its column will permit.
def min_width_ignoring_span
  set_width_constraints
  @min_width
end