class Prawn::Table::Cells

def min_width


Returns minimum width required to contain cells in the set.
def min_width
  aggregate_cell_values(:column, :avg_spanned_min_width, :max)
end