class Prawn::Document

def make_cell(content, options={})


See the documentation on Prawn::Cell for details on the arguments.

resulting Cell to ink it.
formatting options to be inserted into a Table. Call +draw+ on the
Set up, but do not draw, a cell. Useful for creating cells with
def make_cell(content, options={})
  Prawn::Table::Cell.make(self, content, options)
end