class Prawn::Table::Cell::SpanDummy

def natural_content_width


By default, a span dummy will never increase the width demand.
def natural_content_width
  0
end