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