class Prawn::Table::Cell::SpanDummy

def natural_content_height


By default, a span dummy will never increase the height demand.
def natural_content_height
  0
end