# File lib/sqlite3/resultset.rb, line 96
    def each( &block )
      while node = self.next
        yield node
      end
    end