class Prawn::Table::Cell

def draw_content


in subclasses.
Draws cell content within the cell's bounding box. Must be implemented
def draw_content
  raise NotImplementedError, "subclasses must implement draw_content"
end