class Prawn::Table::Cells

def max_width


Returns maximum width that can contain cells in the set.
def max_width
  aggregate_cell_values(:column, :max_width_ignoring_span, :max)
end