# File lib/celerity/elements/table.rb, line 41
    def rows
      assert_exists
      TableRows.new(self, :object, @rows)
    end