class Prawn::Table::Cell::Text

def natural_content_width


from the final width if the text is long.
Returns the width of this text with no wrapping. This will be far off
def natural_content_width
  @natural_content_width ||= [styled_width_of(@content), @pdf.bounds.width].min
end