Method: Celerity::Container#cell
- Defined in:
- lib/celerity/container.rb
#cell(*args) ⇒ Celerity::TableCell Also known as: td
118 119 120 |
# File 'lib/celerity/container.rb', line 118 def cell(*args) TableCell.new(self, *args) end |
118 119 120 |
# File 'lib/celerity/container.rb', line 118 def cell(*args) TableCell.new(self, *args) end |