# File lib/celerity/elements/table_row.rb, line 19
    def each
      assert_exists
      @cells.each { |cell| yield TableCell.new(self, :object, cell) }
    end