class Prawn::Table::Cell

def width=(w)


Manually sets the cell's width, inclusive of padding.
def width=(w)
  @width = @min_width = @max_width = w
end