# File lib/sqlite3/resultset.rb, line 160
    def each
      while row=self.next
        yield row
      end
    end