Method: Celerity::Container#cell

Defined in:
lib/celerity/container.rb

#cell(*args) ⇒ Celerity::TableCell Also known as: td

Returns:



118
119
120
# File 'lib/celerity/container.rb', line 118

def cell(*args)
  TableCell.new(self, *args)
end