# File lib/sqlite3/resultset.rb, line 148
    def each_hash
      while node = next_hash
        yield node
      end
    end