# File lib/celerity/elements/table.rb, line 50
    def cells
      assert_exists
      TableCells.new(self, :object, @cells)
    end