Method: Prawn::Table::Cell#content

Defined in:
lib/prawn/table/cell.rb

#contentObject

Specifies the content for the cell. Must be a “cellable” object. See the “Data” section of the Prawn::Table documentation for details on cellable objects.



136
137
138
# File 'lib/prawn/table/cell.rb', line 136

def content
  @content
end