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